log mod_cloud_notify/mod_cloud_notify.lua @ 4644:bbf9e36db3a9

age author description
2021-02-23 Matthew Wild mod_cloud_notify: Consider incoming XEP-0353 call requests as important
2021-02-05 Matthew Wild mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej)
2021-01-30 tmolitor mod_cloud_notify: use stanza from mod_smacks to behave O(1)
2021-01-21 Matthew Wild mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
2021-01-17 tmolitor mod_cloud_notify: Fix handling of push_queue
2021-01-13 Matthew Wild mod_cloud_notify: Some restructuring to allow direct access to notification element within push event
2021-01-13 Matthew Wild mod_cloud_notify: Include 'important' flag in push event data
2021-01-12 Matthew Wild mod_cloud_notify: Fire register and push events for integration with other modules
2021-01-11 tmolitor mod_cloud_notify: fix push flooding on delayed acks
2020-12-11 Matthew Wild mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.
2020-11-24 tmolitor mod_cloud_notify: Modernize interface to mod_smacks
2020-10-19 tmolitor mod_cloud_notify: make logging more clear
2020-09-23 tmolitor mod_cloud_notify: fix comment text
2020-04-27 Emmanuel Gil Peyrot mod_cloud_notify: Forbid user from registering their own JID as their push server
2020-04-19 tmolitor mod_cloud_notify: make stanza queue processing faster