Implement Iq stanzas parsing

This commit is contained in:
Maxime “pep” Buquet 2017-04-23 20:38:13 +01:00
commit 04af2f3d26
2 changed files with 259 additions and 0 deletions

View file

@ -21,6 +21,8 @@ pub mod ns;
pub mod message;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod presence;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
pub mod iq;
/// RFC 6121: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence
pub mod body;