Add a Bind parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-20 17:43:19 +01:00
commit 7c0975dd5d
3 changed files with 97 additions and 0 deletions

View file

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