Add a PEP scenario#58
Open
chrzaszcz wants to merge 6 commits into
Open
Conversation
8763df4 to
1c756d0
Compare
Thus, all dynamic_domains_* scenarios can be run for a static host.
400c0c2 to
d6b1092
Compare
- Support entity capabilities (XEP-0115) - in particular, allow to express interest in PEP specific nodes - Support presence subscriptions
Functionality: - publish an item - determine nodes to publish according to nodes_per_user - count pep notification and register TTD for each of them
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a PEP-focused publish-and-notify scenario for dynamic or static-domain runs.
What Changed
Added
dynamic_domains_pepscenario, where users:Added
amoc_xmpp_pephelper:publish_item/2,nodes_to_publish/0pubsub_items_published,pubsub_notifications_received,pubsub_item_ttd,response,timeoutsExtended
amoc_xmpp_presence:disco#inforepliesUpdated
dynamic_domains:domain_count = 0now useshost_typeas a static domainmake_jid/1- reused that helper in PM and MUC Light scenariosBumped Escalus from
4.5to4.7.