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 | 9f70749716ef88e9fa5017e41d6dfb7b177f6cea (patch) | |
tree | 72154ba70420cd711ef37d77b72a2647455f39cd /spec | |
parent | 52198503001e9e701fc89036972d7374ca14b249 (diff) | |
download | prosody-9f70749716ef88e9fa5017e41d6dfb7b177f6cea.tar.gz prosody-9f70749716ef88e9fa5017e41d6dfb7b177f6cea.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"> |