New User Tune parser (XEP-0118).
This commit is contained in:
parent
c77221e437
commit
77920e5f46
5 changed files with 229 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue