mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
issue1224.scs: Fix to expect new affiliation change notifications
This commit is contained in:
parent
45ae85d523
commit
bab787b0ec
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ Romeo sends:
|
|||
</query>
|
||||
</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'/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue