Add a SASL parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-20 17:01:12 +01:00
commit cfaebb4a91
4 changed files with 61 additions and 1 deletions

View file

@ -55,6 +55,8 @@ pub mod presence;
pub mod iq;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod stanza_error;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod sasl;
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
pub mod roster;