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 | daf6be19219e2f33c0b8bb3db909614b4ec0b1f1 (patch) | |
tree | 14c5675153c77e293d6fc0a1f52d023f9d71ce74 /spec/scansion/muc_password.scs | |
parent | 9f1beb4b19e45b17f93bee0c9e7818a106649e47 (diff) | |
download | prosody-daf6be19219e2f33c0b8bb3db909614b4ec0b1f1.tar.gz prosody-daf6be19219e2f33c0b8bb3db909614b4ec0b1f1.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> |