Software /
code /
prosody-modules
Changeset
3547:82cf953fabae
mod_csi_pump/README: Discourage use, point to mod_csi_simple
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Apr 2019 11:55:38 +0200 |
parents | 3546:ef5d52ca31bb |
children | 3548:8a15a9b13881 |
files | mod_csi_pump/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_csi_pump/README.markdown Wed Apr 03 11:37:13 2019 +0200 +++ b/mod_csi_pump/README.markdown Wed Apr 03 11:55:38 2019 +0200 @@ -1,14 +1,8 @@ --- description: Lossless CSI module -labels: -- 'Stage-Alpha' --- -Stanzas are queued in a buffer until either an "important" stanza is -encountered or the buffer becomes full. Then all queued stanzas are sent -at the same time. This way, nothing is lost or reordered while still -allowing for power usage savings by not requiring mobile clients to -bring up their radio for unimportant stanzas. - -Use with other CSI plugins such as [mod_throttle_presence] is *not* -supported. +This module was merged into Prosody as +[mod_csi_simple][doc:modules:mod_csi_simple] and has continued +to evolve there. The version here might not receive updates anymore. +Consider using mod_csi_simple or [mod_csi_battery_saver] instead.