# HG changeset patch # User Kim Alvefur # Date 1554285338 -7200 # Node ID 82cf953fabaee0212f96a2590e56c6443960e6b3 # Parent ef5d52ca31bbea759b5b22c81f2a2903a96bfc41 mod_csi_pump/README: Discourage use, point to mod_csi_simple diff -r ef5d52ca31bb -r 82cf953fabae mod_csi_pump/README.markdown --- 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.