comparison mod_csi_pump/README.markdown @ 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 81127dcdb326
children
comparison
equal deleted inserted replaced
3546:ef5d52ca31bb 3547:82cf953fabae
1 --- 1 ---
2 description: Lossless CSI module 2 description: Lossless CSI module
3 labels:
4 - 'Stage-Alpha'
5 --- 3 ---
6 4
7 Stanzas are queued in a buffer until either an "important" stanza is 5 This module was merged into Prosody as
8 encountered or the buffer becomes full. Then all queued stanzas are sent 6 [mod_csi_simple][doc:modules:mod_csi_simple] and has continued
9 at the same time. This way, nothing is lost or reordered while still 7 to evolve there. The version here might not receive updates anymore.
10 allowing for power usage savings by not requiring mobile clients to 8 Consider using mod_csi_simple or [mod_csi_battery_saver] instead.
11 bring up their radio for unimportant stanzas.
12
13 Use with other CSI plugins such as [mod_throttle_presence] is *not*
14 supported.