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 | 66bceaf436f78fdb8d53e7220dbbd2fcb6bcaf96 (patch) | |
tree | 5a5a20ffa462cdbae01da1deefd1656059550ce6 /doc | |
parent | 4b00b0652b8a0fd3dd0fd5bf201d7bb23e1736c9 (diff) | |
download | prosody-66bceaf436f78fdb8d53e7220dbbd2fcb6bcaf96.tar.gz prosody-66bceaf436f78fdb8d53e7220dbbd2fcb6bcaf96.zip |
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Diffstat (limited to 'doc')
-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> |