aboutsummaryrefslogtreecommitdiffstats
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
commit848f4af9ed958d9c8ccaa396cd7bed69e3c2315a (patch)
tree0fee02b5d9f423e97598fb0906e70560a11b1101
parentd8998ad43d4db801f3a343eeb5850e0b68b5bdfd (diff)
downloadprosody-848f4af9ed958d9c8ccaa396cd7bed69e3c2315a.tar.gz
prosody-848f4af9ed958d9c8ccaa396cd7bed69e3c2315a.zip
MUC tests: Add missing affiliation attribute
-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>