diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-08 20:35:53 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-08 20:35:53 +0100 |
commit | 67a812d2f29009fe7df05fa278682b6116be5b33 (patch) | |
tree | 00f7f777e27db9133b0fb1042421840085497fb6 | |
parent | 18ab8c1c98f2ad7b5c5502d53b49718b5bf95d56 (diff) | |
download | prosody-67a812d2f29009fe7df05fa278682b6116be5b33.tar.gz prosody-67a812d2f29009fe7df05fa278682b6116be5b33.zip |
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
-rw-r--r-- | doc/doap.xml | 14 |
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> |