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

@ -102,6 +102,9 @@ pub mod component;
/// XEP-0115: Entity Capabilities
pub mod caps;
/// XEP-0118: User Tune
pub mod tune;
/// XEP-0157: Contact Addresses for XMPP Services
pub mod server_info;