Software /
code /
prosody
Comparison
spec/scansion/muc_password.scs @ 12027:5fb16f41f861
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 08 Dec 2021 21:02:14 +0100 |
parent | 10447:b5fd1637f15c |
comparison
equal
deleted
inserted
replaced
12026:f3b09b8445b3 | 12027:5fb16f41f861 |
---|---|
56 <x xmlns="http://jabber.org/protocol/muc"/> | 56 <x xmlns="http://jabber.org/protocol/muc"/> |
57 </presence> | 57 </presence> |
58 | 58 |
59 Juliet receives: | 59 Juliet receives: |
60 <presence from="room@conference.localhost/Juliet" type="error"> | 60 <presence from="room@conference.localhost/Juliet" type="error"> |
61 <error type="auth" code="401" by="room@conference.localhost"> | 61 <error type="auth" by="room@conference.localhost"> |
62 <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> | 62 <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> |
63 </error> | 63 </error> |
64 </presence> | 64 </presence> |
65 | 65 |
66 # Retry with the correct password | 66 # Retry with the correct password |