Software /
code /
prosody-modules
Diff
mod_cloud_notify/README.markdown @ 3943:f5e6368a1c39
mod_cloud_notify: Cleanup code and drop support for prosody 0.9
This removes some legacy stuff that was needed for prosody 0.9
We now use util.stanza:find instead of our own patched version to be more mainstream
The unneeded module unloading code was removed, too
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Wed, 11 Mar 2020 20:00:50 +0100 |
parent | 3090:1d0925d008b2 |
child | 3944:7630d4ade7cd |
line wrap: on
line diff
--- a/mod_cloud_notify/README.markdown Tue Mar 10 23:59:19 2020 +0100 +++ b/mod_cloud_notify/README.markdown Wed Mar 11 20:00:50 2020 +0100 @@ -73,7 +73,13 @@ Compatibility ============= -Should work with 0.9+. +----- ----------------------------------------------------------------------------- + trunk Works + 0.11 Works + 0.10 Works + 0.9 Support dropped, use version last supported version [675726ab06d3] + ----- ----------------------------------------------------------------------------- [^1]: The service which is expected to forward notifications to something like Google Cloud Messaging or Apple Notification Service [^2]: [business_rules.markdown](//hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown) +[675726ab06d3]: //hg.prosody.im/prosody-modules/raw-file/675726ab06d3/mod_cloud_notify/mod_cloud_notify.lua \ No newline at end of file