Software /
code /
prosody-modules
Log
mod_presence_cache/mod_presence_cache.lua @ 2550:19a182651a9b
description | author | age |
---|---|---|
mod_presence_cache: Ignore stanzas to self (fixes traceback on probe to self) | Kim Alvefur | 2016-08-28 |
mod_presence_cache: Add copyright header | Kim Alvefur | 2016-05-11 |
mod_presence_cache: Also cache the 'show' value | Kim Alvefur | 2016-05-11 |
mod_presence_cache: Only check set set is empty if it exists | Kim Alvefur | 2016-04-02 |
mod_presence_cache: Forget about cached presence when receiving unavailable | Kim Alvefur | 2016-04-02 |
mod_presence_cache: Switch to using util.cache for limiting size of cache | Kim Alvefur | 2016-04-01 |
mod_presence_cache: Remove caching of full presence | Kim Alvefur | 2016-04-01 |
mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi) | Kim Alvefur | 2016-04-01 |
mod_presence_cache: Remove info-level debug message | Kim Alvefur | 2016-03-18 |
mod_presence_cache: Cache incoming presence broadcasts in order to get clients up to speed with who is online faster | Kim Alvefur | 2015-11-16 |