Software /
code /
prosody-modules
Log
mod_throttle_presence/mod_throttle_presence.lua @ 5176:4791e0412ff3
description | author | age |
---|---|---|
mod_throttle_presence: Switch if-else statement around to improve readability | Kim Alvefur | 2015-10-23 |
mod_throttle_presence: Skip past things that are not stanza objects | Kim Alvefur | 2015-09-21 |
mod_throttle_presence: Make sure flushed stanzas get through the filter | Kim Alvefur | 2014-09-16 |
mod_throttle_presence: Use local buffer variable, fixes a traceback (thanks Ge0rG) | Kim Alvefur | 2014-08-17 |
mod_throttle_presence: Fix traceback (thanks Ge0rG) | Kim Alvefur | 2014-08-17 |
mod_throttle_presence: Remove timer support, depend on mod_csi to enable/disable. Untested, but the previous version was definitely broken anyway. | Matthew Wild | 2014-08-15 |
mod_throttle_presence: Buffer up presence for up to flush_presence_seconds and send latest presence stanzas for each contact at once | Matthew Wild | 2010-06-03 |