diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-31 14:18:36 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-31 14:18:36 +0000 |
commit | 7d020141b2c811369985c012450856456c15ea58 (patch) | |
tree | b9a65183d2fc9c85ce0a1454c153e1692ba0fb48 /spec | |
parent | 29d7bdbddf51ff603d2133230b6a73facb8af38a (diff) | |
download | prosody-7d020141b2c811369985c012450856456c15ea58.tar.gz prosody-7d020141b2c811369985c012450856456c15ea58.zip |
issue1224.scs: Fix to expect new affiliation change notifications
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/issue1224.scs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/scansion/issue1224.scs b/spec/scansion/issue1224.scs index beeb1e6d..b75cfbd1 100644 --- a/spec/scansion/issue1224.scs +++ b/spec/scansion/issue1224.scs @@ -53,6 +53,13 @@ Romeo sends: </iq> Romeo receives: + <message from='room@conference.localhost'> + <x xmlns='http://jabber.org/protocol/muc#user'> + <item jid="${Juliet's JID}" affiliation='member' xmlns='http://jabber.org/protocol/muc#user'/> + </x> + </message> + +Romeo receives: <iq from='room@conference.localhost' id='member1' type='result'/> # Juliet connects, and joins the room |