xmpp-parsers: add ns::TLS
This commit is contained in:
parent
91f4548ef0
commit
1a06a09774
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ pub const XMPP_STANZAS: &str = "urn:ietf:params:xml:ns:xmpp-stanzas";
|
|||
/// 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";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const SASL: &str = "urn:ietf:params:xml:ns:xmpp-sasl";
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub const BIND: &str = "urn:ietf:params:xml:ns:xmpp-bind";
|
||||
|
|
Loading…
Reference in a new issue