Log

mod_cloud_notify/mod_cloud_notify.lua @ 3665:b105c4425359

description author age
mod_cloud_notify: fix typo (used || instead of or) tmolitor 2019-07-01
mod_cloud_notify: fix local variable usage tmolitor 2019-07-01
mod_cloud_notify: fix prosody 0.9 compatibility tmolitor 2019-06-16
mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers tmolitor 2019-06-14
mod_cloud_notify: inform mod_smacks of first push in hibernated state tmolitor 2018-06-08
mod_cloud_notify: Don't change table while iterating it tmolitor 2018-06-02
mod_cloud_notify: use next() instead of # operator and update README tmolitor 2018-06-01
mod_cloud_notify: Don't use deprecated table.getn tmolitor 2018-06-01
mod_cloud_notify: Limit number of devices to 5 and change some default settings tmolitor 2018-05-28
mod_cloud_notify: remove useless counter (hardcode it to 1) tmolitor 2018-05-14
Implement dummy body message to indicate high priority push tmolitor 2018-04-01
mod_cloud_notify: Remove some leftover code tmolitor 2017-10-11
mod_cloud_notify: Fix regression in error handling tmolitor 2017-10-11
mod_cloud_notify: Implement version 0.3 of XEP-0357 tmolitor 2017-08-24
mod_cloud_notify: Fix small bug. tmolitor 2017-08-22
mod_cloud_notify: Implement the "stripped stanzas" proposal. tmolitor 2017-08-14
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row tmolitor 2017-05-08
mod_cloud_notify: fix bug when multiple resources are used tmolitor 2017-05-08
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 tmolitor 2017-04-06
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874 tmolitor 2017-04-05
mod_cloud_notify: Whitespace fixes Matthew Wild 2017-03-23
mod_cloud_notify: Move declarations of handle_push_success/error to fix referencing undefined variables (introduced in 6ab46ff685d0) Matthew Wild 2017-03-23
mod_cloud_notify: Fixed error in push deduplication tmolitor 2017-03-17
mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error tmolitor 2017-03-11
mod_cloud_notify: added code to respond to the new event "smacks-ack-delayed" issued by mod_smacks when acks are delayed for a certain amount of time. This allows to send out notification requests before the read timeout or connection close event really happens, thus allowing conversations to be smoother. tmolitor 2016-11-24
mod_cloud_notify: One log message per push sent (happy now Ge0rg?) Kim Alvefur 2016-07-28
mod_cloud_notify: Log when sending notifications Kim Alvefur 2016-07-28
mod_cloud_notify: Store data for corret user (origin is not correct here) Kim Alvefur 2016-07-28
mod_cloud_notify: Save data after changes Kim Alvefur 2016-07-28
mod_cloud_notify: Abort and return error if unable to read storage to prevent loss of existing but unreachable data Kim Alvefur 2016-07-28