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 | 4b00b0652b8a0fd3dd0fd5bf201d7bb23e1736c9 (patch) | |
tree | 81245cc23736f4daa7cd6566197c699ea1e6ece1 | |
parent | 9bab080c8be778994e2a83414a0f1855600a59bb (diff) | |
download | prosody-4b00b0652b8a0fd3dd0fd5bf201d7bb23e1736c9.tar.gz prosody-4b00b0652b8a0fd3dd0fd5bf201d7bb23e1736c9.zip |
doap: Add XEP-0297, used by XEP-0280, XEP-0313
-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> |