diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:44:47 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:44:47 +0100 |
commit | 4b57f0ced9248faa7059d28f38c95be149e96918 (patch) | |
tree | 0fee02b5d9f423e97598fb0906e70560a11b1101 /spec/scansion | |
parent | 4959f37c783799c08de0a640612306c628ee4e27 (diff) | |
download | prosody-4b57f0ced9248faa7059d28f38c95be149e96918.tar.gz prosody-4b57f0ced9248faa7059d28f38c95be149e96918.zip |
MUC tests: Add missing affiliation attribute
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/muc_register.scs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/muc_register.scs b/spec/scansion/muc_register.scs index e1eaf4e0..a7e57177 100644 --- a/spec/scansion/muc_register.scs +++ b/spec/scansion/muc_register.scs @@ -198,7 +198,7 @@ Juliet receives: Romeo receives: <message from='room@conference.localhost'> <x xmlns='http://jabber.org/protocol/muc#user' scansion:strict='true'> - <item jid="${Juliet's JID}" /> + <item jid="${Juliet's JID}" affiliation='none' /> </x> </message> |