diff options
author | Kim Alvefur <zash@zash.se> | 2019-09-21 18:16:45 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-09-21 18:16:45 +0200 |
commit | 9cd4728bfc6626372b1606b92fa984c2119b778a (patch) | |
tree | 72154ba70420cd711ef37d77b72a2647455f39cd /spec | |
parent | 51657ec9ff0fbd652bf1e84f16cd9e0816fa692b (diff) | |
download | prosody-9cd4728bfc6626372b1606b92fa984c2119b778a.tar.gz prosody-9cd4728bfc6626372b1606b92fa984c2119b778a.zip |
MUC: Fix XML syntax error in test
How did this even happen?
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/muc_create_destroy.scs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scansion/muc_create_destroy.scs b/spec/scansion/muc_create_destroy.scs index 9a66c160..fea759a3 100644 --- a/spec/scansion/muc_create_destroy.scs +++ b/spec/scansion/muc_create_destroy.scs @@ -19,6 +19,7 @@ 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"> |