Comparison

spec/scansion/muc_show_offline.scs @ 10759:817f1d6b499e

MUC tests: Add missing 'affiliation' attribute
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Apr 2020 15:17:42 +0100
parent 10687:8c2c5b4fde32
child 12029:631b2afa7bc1
comparison
equal deleted inserted replaced
10758:d0e6d5bc7ea2 10759:817f1d6b499e
203 # Romeo is notified of Juliet's sad decision 203 # Romeo is notified of Juliet's sad decision
204 204
205 Romeo receives: 205 Romeo receives:
206 <message from='room@conference.localhost'> 206 <message from='room@conference.localhost'>
207 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='true'> 207 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='true'>
208 <item jid="${Juliet's JID}" /> 208 <item jid="${Juliet's JID}" affiliation='none' />
209 </x> 209 </x>
210 </message> 210 </message>
211 211
212 # Rosaline attempts once more to sneak into the room, disguised as Juliet 212 # Rosaline attempts once more to sneak into the room, disguised as Juliet
213 213