Mercurial > prosody-modules
diff mod_presence_cache/README.markdown @ 2146:39d958f4a0c3
mod_presence_cache: Remove caching of full presence
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 01 Apr 2016 15:15:56 +0200 |
parents | 65beed3ac500 |
children | ed2bb50d4f91 |
line wrap: on
line diff
--- a/mod_presence_cache/README.markdown Fri Apr 01 15:11:25 2016 +0200 +++ b/mod_presence_cache/README.markdown Fri Apr 01 15:15:56 2016 +0200 @@ -13,10 +13,6 @@ client is doubled, as the client would get both the cached stanzas and 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 -and bandwidth. - Configuration ============= @@ -30,12 +26,8 @@ Advanced configuration ====================== -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 ====