Add notice about stable and unique sids to xeps.md

This commit is contained in:
Paul Schaub 2019-08-31 19:44:28 +02:00
parent 1dd669ef14
commit 827581c036
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ Mercury currently has explicit support for the following XEPs:
* [XEP-0237: Roster Versioning](https://xmpp.org/extensions/xep-0237.html)
* [XEP-0280: Message Carbons](https://xmpp.org/extensions/xep-0280.html)
* [XEP-0352: Client State Indication](https://xmpp.org/extensions/xep-0352.html)
* [XEP-0359: Stable and Unique Stanza IDs](https://xmpp.org/extensions/xep-0359.html) see [comments](#comments)
* [XEP-0392: Consistent Color Generation](https://xmpp.org/extensions/xep-0392.html)
@ -33,7 +34,6 @@ The following XEPs are on the TODO list:
* [XEP-0249: Direct MUC Invitations](https://xmpp.org/extensions/xep-0249.html)
* [XEP-0308: Last Message Correction](https://xmpp.org/extensions/xep-0308.html)
* [XEP-0313: Message Archive Management](https://xmpp.org/extensions/xep-0313.html)
* [XEP-0359: Stable and Unique Stanza IDs](https://xmpp.org/extensions/xep-0359.html)
* [XEP-0363: HTTP File Upload](https://xmpp.org/extensions/xep-0363.html)
* [XEP-0373](https://xmpp.org/extensions/xep-0373.html), [XEP-0374: OpenPGP for XMPP](https://xmpp.org/extensions/xep-0374.html)
* [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html)
@ -54,4 +54,5 @@ The following XEPs are *not* currently on the TODO list:
* XEP-0071: XEP is deprecated and considered a potential security risk
* XEP-0080: Presumably in form of an addon?
* XEP-0084: Work is currently done [upstream in Smack](https://github.com/igniterealtime/Smack/pull/332)
* XEP-0357: Mercury embraces decentralization and independence. This is not compatible with being functionally dependent on centralized push services.
* XEP-0357: Mercury embraces decentralization and independence. This is not compatible with being functionally dependent on centralized push services.
* XEP-0359: Currently broken upstream, but a [fix](https://github.com/igniterealtime/Smack/pull/344) is submitted