aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-04-23 13:44:47 +0100
committerMatthew Wild <mwild1@gmail.com>2020-04-23 13:44:47 +0100
commit4b57f0ced9248faa7059d28f38c95be149e96918 (patch)
tree0fee02b5d9f423e97598fb0906e70560a11b1101 /spec/scansion
parent4959f37c783799c08de0a640612306c628ee4e27 (diff)
downloadprosody-4b57f0ced9248faa7059d28f38c95be149e96918.tar.gz
prosody-4b57f0ced9248faa7059d28f38c95be149e96918.zip
MUC tests: Add missing affiliation attribute
Diffstat (limited to 'spec/scansion')
-rw-r--r--spec/scansion/muc_register.scs2
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>