xmpp-parsers: Implement XEP-0490: Message Displayed Synchronization

This XEP is used to synchronize where each client has stopped reading a
conversation, so that we can e.g. stop displaying a notification when
the user has read this particular message on a different device.
This commit is contained in:
Emmanuel Gil Peyrot 2024-12-15 16:10:45 +01:00 committed by xmpp ftw
commit af0bd35e7a
5 changed files with 34 additions and 0 deletions

View file

@ -290,3 +290,6 @@ pub mod stream_limits;
/// XEP-0484: Fast Authentication Streamlining Tokens
pub mod fast;
/// XEP-0490: Message Displayed Synchronization
pub mod message_displayed;