log mod_cloud_notify/mod_cloud_notify.lua @ 3751:cb9517827d76

age author description
2019-07-01 tmolitor mod_cloud_notify: fix typo (used || instead of or)
2019-07-01 tmolitor mod_cloud_notify: fix local variable usage
2019-06-16 tmolitor mod_cloud_notify: fix prosody 0.9 compatibility
2019-06-14 tmolitor mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers
2018-06-08 tmolitor mod_cloud_notify: inform mod_smacks of first push in hibernated state
2018-06-02 tmolitor mod_cloud_notify: Don't change table while iterating it
2018-06-01 tmolitor mod_cloud_notify: use next() instead of # operator and update README
2018-06-01 tmolitor mod_cloud_notify: Don't use deprecated table.getn
2018-05-28 tmolitor mod_cloud_notify: Limit number of devices to 5 and change some default settings
2018-05-14 tmolitor mod_cloud_notify: remove useless counter (hardcode it to 1)
2018-04-01 tmolitor Implement dummy body message to indicate high priority push
2017-10-11 tmolitor mod_cloud_notify: Remove some leftover code
2017-10-11 tmolitor mod_cloud_notify: Fix regression in error handling
2017-08-24 tmolitor mod_cloud_notify: Implement version 0.3 of XEP-0357