Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
3942:e93e58b33bf6 | 3943:f5e6368a1c39 |
---|---|
71 Configured in-band by supporting clients. | 71 Configured in-band by supporting clients. |
72 | 72 |
73 Compatibility | 73 Compatibility |
74 ============= | 74 ============= |
75 | 75 |
76 Should work with 0.9+. | 76 ----- ----------------------------------------------------------------------------- |
77 trunk Works | |
78 0.11 Works | |
79 0.10 Works | |
80 0.9 Support dropped, use version last supported version [675726ab06d3] | |
81 ----- ----------------------------------------------------------------------------- | |
77 | 82 |
78 [^1]: The service which is expected to forward notifications to something like Google Cloud Messaging or Apple Notification Service | 83 [^1]: The service which is expected to forward notifications to something like Google Cloud Messaging or Apple Notification Service |
79 [^2]: [business_rules.markdown](//hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown) | 84 [^2]: [business_rules.markdown](//hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown) |
85 [675726ab06d3]: //hg.prosody.im/prosody-modules/raw-file/675726ab06d3/mod_cloud_notify/mod_cloud_notify.lua |