Add a roster parser/serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-28 16:30:43 +01:00
commit aae435c4d9
4 changed files with 298 additions and 0 deletions

View file

@ -62,6 +62,9 @@ pub mod iq;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod stanza_error;
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
pub mod roster;
/// XEP-0004: Data Forms
pub mod data_forms;