Mercurial > prosody-wiki
changeset 481:695b7bc4b889
Created wiki page through web user interface.
author | MWild1@gmail.com |
---|---|
date | Thu, 21 Aug 2014 08:07:08 +0000 |
parents | a7fb9f14c50e |
children | da9de19f194a |
files | mod_throttle_presence.wiki |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_throttle_presence.wiki Thu Aug 21 08:07:08 2014 +0000 @@ -0,0 +1,17 @@ +#summary Limit presence stanzas to save traffic +#labels Stage-Beta + += Introduction = + +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. + +This module automatically cuts down on presence traffic when clients indicate they are inactive (using the [mod_csi CSI protocol]. + +This is extremely valuable for mobile clients that wish to save battery power while in the background. + += Configuration = + +Just load the module (e.g. in modules_enabled). There are no configuration options. + += Compatibility = +||0.9||Works|| \ No newline at end of file