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.
This commit is contained in:
Kim Alvefur 2021-12-08 21:02:14 +01:00
parent 3ae5d13641
commit d621e0626c
4 changed files with 1 additions and 5 deletions

View file

@ -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>