diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-11 00:58:33 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-11 00:58:33 +0200 |
commit | a0a2b4278c9039c7d7e4919b248d98d6ce8b9eab (patch) | |
tree | 33b48f731ab376a14767e566a7eaebd98e342fa2 /doc | |
parent | 8703cb40b855b875bcf6ad1ec9ab73a846274168 (diff) | |
download | prosody-a0a2b4278c9039c7d7e4919b248d98d6ce8b9eab.tar.gz prosody-a0a2b4278c9039c7d7e4919b248d98d6ce8b9eab.zip |
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index e1474c14..42e98f77 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -480,6 +480,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> + <xmpp:version>0.3.0</xmpp:version> + <xmpp:since>0.11</xmpp:since> + <xmpp:note>Used in context of XEP-0352</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> <xmpp:note>via XEP-0163, XEP-0222</xmpp:note> </xmpp:SupportedXep> |