diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-10 14:58:44 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-10 14:58:44 +0100 |
commit | 5703e264764949e5ad7533e964ba3c1518b9b683 (patch) | |
tree | 14c5675153c77e293d6fc0a1f52d023f9d71ce74 /spec/scansion/muc_password.scs | |
parent | 4cdc9b1bd788df59505cae26d67ffdca163bf34f (diff) | |
download | prosody-5703e264764949e5ad7533e964ba3c1518b9b683.tar.gz prosody-5703e264764949e5ad7533e964ba3c1518b9b683.zip |
spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456) scansion
Diffstat (limited to 'spec/scansion/muc_password.scs')
-rw-r--r-- | spec/scansion/muc_password.scs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/spec/scansion/muc_password.scs b/spec/scansion/muc_password.scs index 813265a5..bff6fece 100644 --- a/spec/scansion/muc_password.scs +++ b/spec/scansion/muc_password.scs @@ -1,10 +1,3 @@ -# MUC password test -# Ensures that setting and unsetting a MUC password works, and that the password is -# required to join a password-protected room. - -## prosody-0.9 result: fails because of missing 201 status code (related to issue #328) -## prosody-0.10 result: fails because of missing 201 status code (related to issue #328) - [Client] Romeo jid: user@localhost password: password @@ -63,7 +56,7 @@ Juliet sends: Juliet receives: <presence from="room@conference.localhost/Juliet" type="error"> - <error type="auth"> + <error type="auth" code="401"> <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> </error> </presence> @@ -108,7 +101,6 @@ Romeo sends: <value>http://jabber.org/protocol/muc#roomconfig</value> </field> <field var='muc#roomconfig_roomsecret'> - <value></value> </field> </x> </query> |