diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-18 00:03:16 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-18 00:03:16 +0100 |
commit | e5b994e70c507692614857011a489a09805d2bf1 (patch) | |
tree | 14feda58ab09e048047e2ddf197e133f23e16111 /doc | |
parent | 168197a05f9a9d6d2f3caead7b6a5c41961b6c53 (diff) | |
download | prosody-e5b994e70c507692614857011a489a09805d2bf1.tar.gz prosody-e5b994e70c507692614857011a489a09805d2bf1.zip |
doap: Make note of mod_mam storing XEP-0184 receipts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 458c7a37..b5dd54d5 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -432,6 +432,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/> + <xmpp:version>1.4.0</xmpp:version> + <xmpp:since>0.12.0</xmpp:since> + <xmpp:note>mod_mam archives receipts</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0185.html"/> <xmpp:version>1.0</xmpp:version> <xmpp:status>complete</xmpp:status> |