New User Tune parser (XEP-0118).

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-05 15:37:34 +02:00
commit 77920e5f46
5 changed files with 229 additions and 0 deletions

View file

@ -84,6 +84,9 @@ pub const COMPONENT: &str = "jabber:component:accept";
/// XEP-0115: Entity Capabilities
pub const CAPS: &str = "http://jabber.org/protocol/caps";
/// XEP-0118: User Tune
pub const TUNE: &str = "http://jabber.org/protocol/tune";
/// XEP-0157: Contact Addresses for XMPP Services
pub const SERVER_INFO: &str = "http://jabber.org/network/serverinfo";