Add a Bind parser.
This commit is contained in:
parent
cfaebb4a91
commit
7c0975dd5d
3 changed files with 97 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue