diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 16:27:00 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 16:27:00 +0100 |
commit | 6c28ae3e6dc1486ffe96b58724156ebd9745415b (patch) | |
tree | 5a5a20ffa462cdbae01da1deefd1656059550ce6 /doc/doap.xml | |
parent | 4e6e03e6384f2c9d71595a130700f641539180f8 (diff) | |
download | prosody-6c28ae3e6dc1486ffe96b58724156ebd9745415b.tar.gz prosody-6c28ae3e6dc1486ffe96b58724156ebd9745415b.zip |
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Diffstat (limited to 'doc/doap.xml')
-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 1f821d24..3c1b590b 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -652,5 +652,12 @@ <xmpp:note>mod_muc</xmpp:note> </xmpp:SupportedXep> </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/> + <xmpp:version>0.2.0</xmpp:version> + <xmpp:note>Broken out of XEP-0313</xmpp:note> + </xmpp:SupportedXep> + </implements> </Project> </rdf:RDF> |