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
|
|
@ -73,6 +73,9 @@ pub mod bookmarks;
|
|||
/// XEP-0049: Private XML storage
|
||||
pub mod private;
|
||||
|
||||
/// XEP-0054: vcard-temp
|
||||
pub mod vcard;
|
||||
|
||||
/// XEP-0059: Result Set Management
|
||||
pub mod rsm;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue