Added vCard update to parsers
This commit is contained in:
parent
c0cf672131
commit
10b204093e
4 changed files with 85 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ pub mod caps;
|
|||
/// XEP-0118: User Tune
|
||||
pub mod tune;
|
||||
|
||||
///XEP-0153: vCard-Based Avatars
|
||||
pub mod vcard_update;
|
||||
|
||||
/// XEP-0157: Contact Addresses for XMPP Services
|
||||
pub mod server_info;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue