Software /
code /
prosody
Changeset
10271:2f30ad040454
MUC: Update test for vcard-temp changes
Should this XEP-0398 behavior even be covered here?
The original lines came from a recording.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 21 Sep 2019 17:52:07 +0200 |
parents | 10270:c2b9ff42db03 |
children | 10272:327e374f143c |
files | spec/scansion/muc_create_destroy.scs |
diffstat | 1 files changed, 11 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/scansion/muc_create_destroy.scs Sat Sep 21 16:50:29 2019 +0200 +++ b/spec/scansion/muc_create_destroy.scs Sat Sep 21 17:52:07 2019 +0200 @@ -19,7 +19,8 @@ Romeo receives: <presence from="garden@conference.localhost/romeo"> - <x xmlns="vcard-temp:x:update"/> + <photo/> + </x> <x xmlns="http://jabber.org/protocol/muc#user"> <status code="201"/> <item affiliation="owner" jid="${Romeo's full JID}" role="moderator"/> @@ -61,7 +62,9 @@ Juliet receives: <presence from="garden@conference.localhost/romeo"> - <x xmlns="vcard-temp:x:update"/> + <x xmlns="vcard-temp:x:update"> + <photo/> + </x> <x xmlns="http://jabber.org/protocol/muc#user"> <item affiliation="owner" role="moderator"/> </x> @@ -69,7 +72,9 @@ Juliet receives: <presence from="garden@conference.localhost/juliet"> - <x xmlns="vcard-temp:x:update"/> + <x xmlns="vcard-temp:x:update"> + <photo/> + </x> <x xmlns="http://jabber.org/protocol/muc#user"> <item affiliation="none" jid="${Juliet's full JID}" role="participant"/> <status code="110"/> @@ -90,7 +95,9 @@ Romeo receives: <presence from="garden@conference.localhost/juliet"> - <x xmlns="vcard-temp:x:update"/> + <x xmlns="vcard-temp:x:update"> + <photo/> + </x> <x xmlns="http://jabber.org/protocol/muc#user"> <item affiliation="none" jid="${Juliet's full JID}" role="participant"/> </x>