Add a presence parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-23 17:30:23 +01:00
commit 78e8a06ec2
2 changed files with 181 additions and 0 deletions

View file

@ -19,6 +19,8 @@ pub mod ns;
/// RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
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 body;
/// XEP-0004: Data Forms