Software /
code /
prosody-modules
Changeset
1959:65beed3ac500
mod_presence_cache/README: Try to discourage full stanza caching since it is experimental
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 10 Dec 2015 17:13:12 +0100 |
parents | 1958:eb515fbac198 |
children | 1960:5f68a8928722 |
files | mod_presence_cache/README.markdown |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_presence_cache/README.markdown Thu Dec 10 16:31:58 2015 +0100 +++ b/mod_presence_cache/README.markdown Thu Dec 10 17:13:12 2015 +0100 @@ -14,7 +14,8 @@ replies to presence probes. Also see [mod\_throttle\_presence]. By default, only binary (online or offline) state is stored. It can -optionally store the full presence but this requires much more memory. +optionally store the full presence but this requires much more memory +and bandwidth. Configuration ============= @@ -29,10 +30,13 @@ Advanced configuration ====================== -To enable full stanza caching: +To enable *experimental* full stanza caching: presence_cache_full = false +This will usually double the presence data sent to clients, pending +support for deduplication. + TODO ====