Add a <stream:stream> parser.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-01 10:08:30 +01:00
commit 395b64e644
3 changed files with 74 additions and 0 deletions

View file

@ -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;