Comparison

spec/scansion/muc_register.scs @ 10756:a026e4f45f3f 0.11

MUC tests: Add missing affiliation attribute
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Apr 2020 13:44:47 +0100
parent 10755:aa8a67111cb1
child 10757:9dec7cddb40b
comparison
equal deleted inserted replaced
10755:aa8a67111cb1 10756:a026e4f45f3f
196 # Romeo is notified of Juliet's sad decision 196 # Romeo is notified of Juliet's sad decision
197 197
198 Romeo receives: 198 Romeo receives:
199 <message from='room@conference.localhost'> 199 <message from='room@conference.localhost'>
200 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='true'> 200 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='true'>
201 <item jid="${Juliet's JID}" /> 201 <item jid="${Juliet's JID}" affiliation='none' />
202 </x> 202 </x>
203 </message> 203 </message>
204 204
205 # Rosaline attempts once more to sneak into the room, disguised as Juliet 205 # Rosaline attempts once more to sneak into the room, disguised as Juliet
206 206