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 | 6fd6ad9958fb23a8956a21810113c5da99a40b6a (patch) | |
tree | 33b48f731ab376a14767e566a7eaebd98e342fa2 /doc | |
parent | 1ef09f8698c54bc48aa67bd54bb7c12cf6a63803 (diff) | |
download | prosody-6fd6ad9958fb23a8956a21810113c5da99a40b6a.tar.gz prosody-6fd6ad9958fb23a8956a21810113c5da99a40b6a.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> |