Software /
code /
prosody-modules
Comparison
mod_csi_pump/README.markdown @ 2462:81127dcdb326
mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 24 Jan 2017 12:28:46 +0100 |
parent | 2461:b50ed19e7f80 |
child | 3547:82cf953fabae |
comparison
equal
deleted
inserted
replaced
2461:b50ed19e7f80 | 2462:81127dcdb326 |
---|---|
7 Stanzas are queued in a buffer until either an "important" stanza is | 7 Stanzas are queued in a buffer until either an "important" stanza is |
8 encountered or the buffer becomes full. Then all queued stanzas are sent | 8 encountered or the buffer becomes full. Then all queued stanzas are sent |
9 at the same time. This way, nothing is lost or reordered while still | 9 at the same time. This way, nothing is lost or reordered while still |
10 allowing for power usage savings by not requiring mobile clients to | 10 allowing for power usage savings by not requiring mobile clients to |
11 bring up their radio for unimportant stanzas. | 11 bring up their radio for unimportant stanzas. |
12 | |
13 Use with other CSI plugins such as [mod_throttle_presence] is *not* | |
14 supported. |