mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
3ae5d13641
commit
d621e0626c
4 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue