diff options
author | Kim Alvefur <zash@zash.se> | 2019-09-21 17:52:07 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-09-21 17:52:07 +0200 |
commit | 51657ec9ff0fbd652bf1e84f16cd9e0816fa692b (patch) | |
tree | c2c02356cd9d72f93dbe2754952d0aa7855f3758 /spec/scansion/muc_create_destroy.scs | |
parent | 05ec84974f71fe632f6000d8edf55262f5388138 (diff) | |
download | prosody-51657ec9ff0fbd652bf1e84f16cd9e0816fa692b.tar.gz prosody-51657ec9ff0fbd652bf1e84f16cd9e0816fa692b.zip |
MUC: Update test for vcard-temp changes
Should this XEP-0398 behavior even be covered here?
The original lines came from a recording.
Diffstat (limited to 'spec/scansion/muc_create_destroy.scs')
-rw-r--r-- | spec/scansion/muc_create_destroy.scs | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/spec/scansion/muc_create_destroy.scs b/spec/scansion/muc_create_destroy.scs index 4b16fbf2..9a66c160 100644 --- a/spec/scansion/muc_create_destroy.scs +++ b/spec/scansion/muc_create_destroy.scs @@ -19,7 +19,8 @@ Romeo sends: 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 sends: 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: 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 @@ Juliet receives: 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> |