Mercurial > prosody-modules
comparison mod_csi_grace_period/README.markdown @ 3507:5c37d759b1e2
mod_csi_grace_period: Server-side grace period logic for CSI
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 04:49:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3506:7b1eede1a840 | 3507:5c37d759b1e2 |
---|---|
1 This module helps reduces power usage of inactive mobile clients while | |
2 another client is actively used. E.g. in the case of chatting on a | |
3 desktop computer, instantly pushing messages to a phone in someones | |
4 pocket is not the best use of radio time. | |
5 | |
6 Works with [mod_csi_simple][doc:modules:mod_csi_simple] which is | |
7 included with Prosody since 0.11 |