Fix parsing of stream errors
skip-changelog, because there's no release with the stream_error module yet.
This commit is contained in:
parent
e438813fb2
commit
1262b560e9
2 changed files with 22 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ pub const JABBER_CLIENT: &str = "jabber:client";
|
|||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const XMPP_STANZAS: &str = "urn:ietf:params:xml:ns:xmpp-stanzas";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const XMPP_STREAMS: &str = "urn:ietf:params:xml:ns:xmpp-streams";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const STREAM: &str = "http://etherx.jabber.org/streams";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const TLS: &str = "urn:ietf:params:xml:ns:xmpp-tls";
|
||||
|
|
|
|||
Loading…
Reference in a new issue