Added vCard update to parsers
This commit is contained in:
parent
c0cf672131
commit
10b204093e
4 changed files with 85 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue