Add a SASL parser.
This commit is contained in:
parent
fab99c9004
commit
cfaebb4a91
4 changed files with 61 additions and 1 deletions
|
|
@ -9,6 +9,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 SASL: &str = "urn:ietf:params:xml:ns:xmpp-sasl";
|
||||
|
||||
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
|
||||
pub const ROSTER: &str = "jabber:iq:roster";
|
||||
|
|
|
|||
Loading…
Reference in a new issue