aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-08 21:02:14 +0100
committerKim Alvefur <zash@zash.se>2021-12-08 21:02:14 +0100
commitd621e0626cc19c7e9de8956079df3f2abe148251 (patch)
treeb0f870ac01fc84e84e98919787f3df09ba66021c /spec
parent3ae5d13641715b2c7941351a7fc8ff0153db4cef (diff)
downloadprosody-d621e0626cc19c7e9de8956079df3f2abe148251.tar.gz
prosody-d621e0626cc19c7e9de8956079df3f2abe148251.zip
MUC: Remove remaining deprecated numeric error codes
The numeric error codes seems to have been removed from the examples in XEP-0045 version 1.24, and were deprecated even by RFC 3920 in 2004, only allowed for backwards compatibility.
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/muc_password.scs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/muc_password.scs b/spec/scansion/muc_password.scs
index 63c821e0..ca7d4cd2 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" by="room@conference.localhost">
+ <error type="auth" by="room@conference.localhost">
<not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</presence>