Implement Iq stanzas parsing
This commit is contained in:
parent
944cb3964e
commit
04af2f3d26
2 changed files with 259 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue