diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-06 00:49:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-06 00:49:48 +0200 |
commit | c36203ba7ffe035f91f5065184cf741d3d32cce7 (patch) | |
tree | 644099f31961042d916b55c481fd34b801f596c9 | |
parent | 9b70ffb0ca54a2332459c90c1c32a9cc83b4076c (diff) | |
download | prosody-c36203ba7ffe035f91f5065184cf741d3d32cce7.tar.gz prosody-c36203ba7ffe035f91f5065184cf741d3d32cce7.zip |
doap: Mention XEP-0359
-rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index df7b4a26..98931aa2 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -517,6 +517,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> + <xmpp:version>0.6.0</xmpp:version> + <xmpp:status>complete</xmpp:status> + <xmpp:since>0.10.0</xmpp:since> + <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> <xmpp:version>1.1.0</xmpp:version> <xmpp:status>partial</xmpp:status> |