Software /
code /
prosody
Comparison
spec/scansion/muc_create_destroy.scs @ 10272:327e374f143c
MUC: Fix XML syntax error in test
How did this even happen?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 21 Sep 2019 18:16:45 +0200 |
parent | 10271:2f30ad040454 |
child | 10697:08ec83f90ce0 |
comparison
equal
deleted
inserted
replaced
10271:2f30ad040454 | 10272:327e374f143c |
---|---|
17 <x xmlns="http://jabber.org/protocol/muc"/> | 17 <x xmlns="http://jabber.org/protocol/muc"/> |
18 </presence> | 18 </presence> |
19 | 19 |
20 Romeo receives: | 20 Romeo receives: |
21 <presence from="garden@conference.localhost/romeo"> | 21 <presence from="garden@conference.localhost/romeo"> |
22 <x xmlns="vcard-temp:x:update"> | |
22 <photo/> | 23 <photo/> |
23 </x> | 24 </x> |
24 <x xmlns="http://jabber.org/protocol/muc#user"> | 25 <x xmlns="http://jabber.org/protocol/muc#user"> |
25 <status code="201"/> | 26 <status code="201"/> |
26 <item affiliation="owner" jid="${Romeo's full JID}" role="moderator"/> | 27 <item affiliation="owner" jid="${Romeo's full JID}" role="moderator"/> |