Added vCard avatars (XEP-0054) to parsers.

This commit is contained in:
Werner Kroneman 2024-01-10 21:50:34 +01:00
commit c0cf672131
3 changed files with 138 additions and 0 deletions

View file

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