diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-25 23:47:49 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-25 23:47:49 +0100 |
commit | 057fbeaf06876cfbfbba24bbc317de313fa9e84b (patch) | |
tree | 146d222219130d19c919221a1a8e4f8cf6f04201 /spec/scansion | |
parent | be23b274f685f5eac73b79231491f4f0141f1c1c (diff) | |
download | prosody-057fbeaf06876cfbfbba24bbc317de313fa9e84b.tar.gz prosody-057fbeaf06876cfbfbba24bbc317de313fa9e84b.zip |
MUC: Indicate origin of password related errors
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/muc_password.scs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/muc_password.scs b/spec/scansion/muc_password.scs index 82611183..63c821e0 100644 --- a/spec/scansion/muc_password.scs +++ b/spec/scansion/muc_password.scs @@ -58,7 +58,7 @@ Juliet sends: Juliet receives: <presence from="room@conference.localhost/Juliet" type="error"> - <error type="auth" code="401"> + <error type="auth" code="401" by="room@conference.localhost"> <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> </error> </presence> |