diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 16:24:10 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 16:24:10 +0100 |
commit | 4e6e03e6384f2c9d71595a130700f641539180f8 (patch) | |
tree | 81245cc23736f4daa7cd6566197c699ea1e6ece1 /doc | |
parent | 4992bac7df1d4cdea52827fd8621e4c862145202 (diff) | |
download | prosody-4e6e03e6384f2c9d71595a130700f641539180f8.tar.gz prosody-4e6e03e6384f2c9d71595a130700f641539180f8.zip |
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index baf13864..1f821d24 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -533,6 +533,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0297.html"/> + <xmpp:since>0.11</xmpp:since> + <xmpp:note>Used by XEP-0280, XEP-0313</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0302.html"/> <xmpp:note>Core Server</xmpp:note> </xmpp:SupportedXep> |