Add a SASL parser.
This commit is contained in:
parent
fab99c9004
commit
cfaebb4a91
4 changed files with 61 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue