issue1224.scs: Fix to expect new affiliation change notifications

This commit is contained in:
Matthew Wild 2018-10-31 14:18:36 +00:00
parent 45ae85d523
commit bab787b0ec

View file

@ -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'/>