Mercurial > prosody-hg
diff doc/doap.xml @ 11219:586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 08 Dec 2020 20:35:53 +0100 |
| parents | f1c5c3d76145 |
| children | e602f3d77ace |
line wrap: on
line diff
--- a/doc/doap.xml Tue Dec 08 20:34:45 2020 +0100 +++ b/doc/doap.xml Tue Dec 08 20:35:53 2020 +0100 @@ -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>
