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 | 52198503001e9e701fc89036972d7374ca14b249 (patch) | |
tree | c2c02356cd9d72f93dbe2754952d0aa7855f3758 /spec/scansion | |
parent | 43151af52950b10e777bb20954cedee2a75b9794 (diff) | |
download | prosody-52198503001e9e701fc89036972d7374ca14b249.tar.gz prosody-52198503001e9e701fc89036972d7374ca14b249.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')
-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> |