annotate mod_throttle_presence/README.wiki @ 1784:1656d4fd71d0
last-google-code-commit
mod_cloud_notify: Fix syntax errors and name
author |
Kim Alvefur <zash@zash.se> |
date |
Mon, 24 Aug 2015 23:17:36 +0200 |
parents |
29f3d6b7ad16 |
children |
|
rev |
line source |
1782
|
1 #summary Limit presence stanzas to save traffic |
|
2 #labels Stage-Beta |
|
3 |
|
4 = Introduction = |
|
5 |
|
6 For most people 'presence' (status changes) of contacts make up most of the traffic received by their client. However much of the time it is not essential to have highly accurate presence information. |
|
7 |
|
8 This module automatically cuts down on presence traffic when clients indicate they are inactive (using the [mod_csi CSI protocol]. |
|
9 |
|
10 This is extremely valuable for mobile clients that wish to save battery power while in the background. |
|
11 |
|
12 = Configuration = |
|
13 |
|
14 Just load the module (e.g. in modules_enabled). There are no configuration options. |
|
15 |
|
16 = Compatibility = |
|
17 ||0.9||Works|| |