avatar: Add a new XEP-0084 parser.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-25 02:57:37 +01:00
commit 35fccafc09
3 changed files with 129 additions and 0 deletions

View file

@ -83,6 +83,9 @@ pub mod ibr;
/// XEP-0082: XMPP Date and Time Profiles
pub mod date;
/// XEP-0084: User Avatar
pub mod avatar;
/// XEP-0085: Chat State Notifications
pub mod chatstates;