xmpp-parsers: Add Message Reactions (XEP-0444) support
This commit is contained in:
parent
a0e6054eb8
commit
6bd407605b
4 changed files with 109 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue