diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-15 00:13:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-15 00:13:52 +0200 |
commit | 76c7cb9560f56dd3a24b26ff72182cd34a2a350c (patch) | |
tree | 06161eb8240a36f24cc9c47d77a23c42a2ef8627 /doc | |
parent | 8eb15f32e17e630b8965813e09d7dc73a9539985 (diff) | |
download | prosody-76c7cb9560f56dd3a24b26ff72182cd34a2a350c.tar.gz prosody-76c7cb9560f56dd3a24b26ff72182cd34a2a350c.zip |
doc/doap: Claim support for XEP-0268 via mod_csi_simple
mod_csi_simple tries to follow the advice in XEP-0268.
Notably, since 7d78b24d8449 it also does this:
> If the server receives data, the phones radio is already on, therefore
> you should flush any pending data as soon as possible after receiving
> data from a client
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 42e98f77..3d8de106 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -426,6 +426,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0268.html"/> + <xmpp:since>0.11</xmpp:since> + <xmpp:note>mod_csi_simple</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> <xmpp:version>0.12.1</xmpp:version> <xmpp:status>complete</xmpp:status> |