Added vCard update to parsers

This commit is contained in:
Werner Kroneman 2024-01-10 23:22:16 +01:00
commit 10b204093e
4 changed files with 85 additions and 0 deletions

View file

@ -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;