xmpp-parsers: Add Message Reactions (XEP-0444) support

This commit is contained in:
Emmanuel Gil Peyrot 2022-12-30 15:16:33 +01:00
commit 6bd407605b
4 changed files with 109 additions and 5 deletions

View file

@ -239,3 +239,6 @@ pub mod occupant_id;
/// XEP-0441: Message Archive Management Preferences
pub mod mam_prefs;
/// XEP-0444: Message Reactions
pub mod reactions;