aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-12-08 20:35:53 +0100
committerKim Alvefur <zash@zash.se>2020-12-08 20:35:53 +0100
commit67a812d2f29009fe7df05fa278682b6116be5b33 (patch)
tree00f7f777e27db9133b0fb1042421840085497fb6
parent18ab8c1c98f2ad7b5c5502d53b49718b5bf95d56 (diff)
downloadprosody-67a812d2f29009fe7df05fa278682b6116be5b33.tar.gz
prosody-67a812d2f29009fe7df05fa278682b6116be5b33.zip
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
-rw-r--r--doc/doap.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml
index b2fa5089..1874e692 100644
--- a/doc/doap.xml
+++ b/doc/doap.xml
@@ -443,6 +443,20 @@
</implements>
<implements>
<xmpp:SupportedXep>
+ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0222.html"/>
+ <xmpp:since>0.11</xmpp:since>
+ <xmpp:note>mod_pep</xmpp:note>
+ </xmpp:SupportedXep>
+ </implements>
+ <implements>
+ <xmpp:SupportedXep>
+ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html"/>
+ <xmpp:since>0.11</xmpp:since>
+ <xmpp:note>mod_pep</xmpp:note>
+ </xmpp:SupportedXep>
+ </implements>
+ <implements>
+ <xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0227.html"/>
<xmpp:since>0.7</xmpp:since>
<xmpp:note>Used in migrator tools</xmpp:note>