# HG changeset patch # User Kim Alvefur # Date 1542043540 -3600 # Node ID ddcb28c8f64bf049e83858c0ff9a79b061713bef # Parent 7172077c0a537c81f81ab9d884f96ea4bb74f6fa MUC: Add scanison test case for #1230 diff -r 7172077c0a53 -r ddcb28c8f64b spec/scansion/muc_whois_anyone_member.scs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spec/scansion/muc_whois_anyone_member.scs Mon Nov 12 18:25:40 2018 +0100 @@ -0,0 +1,101 @@ +# MUC: Allow members to fetch the affiliation lists in open non-anonymous rooms + +[Client] Romeo + jid: romeo@localhost/MsliYo9C + password: password + +[Client] Juliet + jid: juliet@localhost/vJrUtY4Z + password: password + +----- + +Romeo connects + +Romeo sends: + + + + +Romeo receives: + + + + + + + + +Romeo receives: + + + + +Romeo sends: + + + + + http://jabber.org/protocol/muc#roomconfig + + + anyone + + + + + +Romeo receives: + + +Romeo receives: + + + + + + +Juliet connects + +Juliet sends: + + + + +Juliet receives: + + + + + + +Juliet receives: + + + + + + + + +Juliet receives: + + + + +Juliet sends: + + + + + + +Juliet receives: + + + + +Juliet disconnects + +Romeo disconnects + diff -r 7172077c0a53 -r ddcb28c8f64b spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Mon Nov 12 17:15:41 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Mon Nov 12 18:25:40 2018 +0100 @@ -42,6 +42,7 @@ --"motd"; -- Send a message to users when they log in --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. --"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use + --"scansion_record"; } certificate = "certs"