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:
parent
d738939f89
commit
af0bd35e7a
5 changed files with 34 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
- Extensible SASL Profile (XEP-0388)
|
||||
- SASL Channel-Binding Type Capability (XEP-0440)
|
||||
- Stream Limits Advertisement (XEP-0478)
|
||||
- Message Displayed Synchronization (XEP-0490)
|
||||
- RFC 6120 stream errors
|
||||
* Improvements:
|
||||
- Add support for `<optional/> in XEP-0198 feature advertisment
|
||||
|
|
|
|||
Loading…
Reference in a new issue