diff options
author | Kim Alvefur <zash@zash.se> | 2020-05-09 00:52:07 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-05-09 00:52:07 +0200 |
commit | 3d5273454b79de0f6c9809cce5ed91f439a91e9f (patch) | |
tree | 689f9df86b6eda1a110fefa6c1dfb21e855ab495 /doc | |
parent | 527d16b0b372a6103e23c79eb3cb9ed1588d311e (diff) | |
download | prosody-3d5273454b79de0f6c9809cce5ed91f439a91e9f.tar.gz prosody-3d5273454b79de0f6c9809cce5ed91f439a91e9f.zip |
doap: Add XEP-0353 since mod_csi_simple is aware of it
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 540cbe51..fa3f8d91 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -509,6 +509,14 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0353.html"/> + <xmpp:version>0.3</xmpp:version> + <xmpp:since>0.11.6</xmpp:since> + <xmpp:note>triggers buffer flush in mod_csi_simple since 0.11.6</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> <xmpp:version>1.1.0</xmpp:version> <xmpp:status>partial</xmpp:status> |