Software /
code /
prosody
Comparison
doc/doap.xml @ 10335:4d875bbd6226
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
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 15 Oct 2019 00:13:52 +0200 |
parent | 10322:b54c94f25947 |
child | 10336:55dccd4a3522 |
comparison
equal
deleted
inserted
replaced
10334:2147942710bb | 10335:4d875bbd6226 |
---|---|
424 <xmpp:note>implied by rfc6121</xmpp:note> | 424 <xmpp:note>implied by rfc6121</xmpp:note> |
425 </xmpp:SupportedXep> | 425 </xmpp:SupportedXep> |
426 </implements> | 426 </implements> |
427 <implements> | 427 <implements> |
428 <xmpp:SupportedXep> | 428 <xmpp:SupportedXep> |
429 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0268.html"/> | |
430 <xmpp:since>0.11</xmpp:since> | |
431 <xmpp:note>mod_csi_simple</xmpp:note> | |
432 </xmpp:SupportedXep> | |
433 </implements> | |
434 <implements> | |
435 <xmpp:SupportedXep> | |
429 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> | 436 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> |
430 <xmpp:version>0.12.1</xmpp:version> | 437 <xmpp:version>0.12.1</xmpp:version> |
431 <xmpp:status>complete</xmpp:status> | 438 <xmpp:status>complete</xmpp:status> |
432 <xmpp:since>0.10</xmpp:since> | 439 <xmpp:since>0.10</xmpp:since> |
433 </xmpp:SupportedXep> | 440 </xmpp:SupportedXep> |