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

@ -97,6 +97,9 @@ pub const CAPS: &str = "http://jabber.org/protocol/caps";
/// XEP-0118: User Tune
pub const TUNE: &str = "http://jabber.org/protocol/tune";
/// XEP-0153: vCard-Based Avatars
pub const VCARD_UPDATE: &str = "vcard-temp:x:update";
/// XEP-0157: Contact Addresses for XMPP Services
pub const SERVER_INFO: &str = "http://jabber.org/network/serverinfo";