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 | 0cf4bf7964b2ec0e1e0a0e4e64ddea1796a9b5e2 (patch) | |
tree | 00f7f777e27db9133b0fb1042421840085497fb6 /doc | |
parent | cadf0896dc9b4bd9c245c3a945a634beffee7846 (diff) | |
download | prosody-0cf4bf7964b2ec0e1e0a0e4e64ddea1796a9b5e2.tar.gz prosody-0cf4bf7964b2ec0e1e0a0e4e64ddea1796a9b5e2.zip |
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Diffstat (limited to 'doc')
-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> |