Software /
code /
prosody
Comparison
spec/scansion/issue978-multi.scs @ 9290:decdaaf78f32
spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456) scansion
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 10 Sep 2018 14:58:44 +0100 |
parent | 9266:c5267f5fd6e6 |
child | 9291:329a670ae975 |
comparison
equal
deleted
inserted
replaced
9289:b5fc11475b5d | 9290:decdaaf78f32 |
---|---|
19 <x xmlns="http://jabber.org/protocol/muc"/> | 19 <x xmlns="http://jabber.org/protocol/muc"/> |
20 </presence> | 20 </presence> |
21 | 21 |
22 Romeo receives: | 22 Romeo receives: |
23 <presence from='room@conference.localhost/Romeo'> | 23 <presence from='room@conference.localhost/Romeo'> |
24 <x xmlns='http://jabber.org/protocol/muc#user'> | 24 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='false'> |
25 <status code='201'/> | 25 <status code='201'/> |
26 <item jid="${Romeo's full JID}" affiliation='owner' role='moderator'/> | 26 <item jid="${Romeo's full JID}" affiliation='owner' role='moderator'/> |
27 <status code='110'/> | 27 <status code='110'/> |
28 </x> | 28 </x> |
29 </presence> | 29 </presence> |
84 Juliet's phone receives: | 84 Juliet's phone receives: |
85 <message type='groupchat' from='room@conference.localhost'><subject/></message> | 85 <message type='groupchat' from='room@conference.localhost'><subject/></message> |
86 | 86 |
87 Romeo receives: | 87 Romeo receives: |
88 <presence from='room@conference.localhost/Juliet'> | 88 <presence from='room@conference.localhost/Juliet'> |
89 <x xmlns='http://jabber.org/protocol/muc#user'> | 89 <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='false'> |
90 <item affiliation='none' jid="${Juliet's phone's full JID}" role='participant'/> | 90 <item affiliation='none' jid="${Juliet's phone's full JID}" role='participant'/> |
91 <item affiliation='none' jid="${Juliet's full JID}" role='participant'/> | 91 <item affiliation='none' jid="${Juliet's full JID}" role='participant'/> |
92 </x> | 92 </x> |
93 </presence> | 93 </presence> |
94 | 94 |