Software /
code /
prosody-modules
Diff
mod_csi_pump/README.markdown @ 2455:dc30ca5ce315
mod_csi_pump: Lossless CSI mode
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 22 Jan 2017 00:41:11 +0100 |
child | 2461:b50ed19e7f80 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_csi_pump/README.markdown Sun Jan 22 00:41:11 2017 +0100 @@ -0,0 +1,9 @@ +--- +description: Lossless CSI module +--- + +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.