Add a presence parser.
This commit is contained in:
parent
6a56918484
commit
78e8a06ec2
2 changed files with 181 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue