Added vCard avatars (XEP-0054) to parsers.
This commit is contained in:
parent
18cb6f6e2d
commit
c0cf672131
3 changed files with 138 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ pub const BOOKMARKS: &str = "storage:bookmarks";
|
|||
/// XEP-0049: Private XML Storage
|
||||
pub const PRIVATE: &str = "jabber:iq:private";
|
||||
|
||||
/// XEP-0054: vcard-temp
|
||||
pub const VCARD: &str = "vcard-temp";
|
||||
|
||||
/// XEP-0059: Result Set Management
|
||||
pub const RSM: &str = "http://jabber.org/protocol/rsm";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue