Add a <stream:stream> parser.
This commit is contained in:
parent
3de29e1e81
commit
395b64e644
3 changed files with 74 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ 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 stream;
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub mod sasl;
|
||||
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
|
||||
pub mod bind;
|
||||
|
|
|
|||
Loading…
Reference in a new issue