Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 3086:3e91eb1bdd84
mod_cloud_notify: Some readme cleanup
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sat, 02 Jun 2018 03:07:55 +0200 |
parents | 2a918a8c47db |
children | 67b503c749eb |
comparison
equal
deleted
inserted
replaced
3085:1ea6861b533f | 3086:3e91eb1bdd84 |
---|---|
16 Details | 16 Details |
17 ======= | 17 ======= |
18 | 18 |
19 App servers are notified about offline messages, messages stored by [mod_mam] | 19 App servers are notified about offline messages, messages stored by [mod_mam] |
20 or messages waiting in the smacks queue. | 20 or messages waiting in the smacks queue. |
21 **Please note:** Multi client setups don't work properly if MAM is disabled and using | 21 **Please note: Multi client setups don't work properly if MAM is disabled and using this module won't change this at all!** |
22 this module won't change this at all! | |
23 The business rules outlined [here] are all honored[^2]. | 22 The business rules outlined [here] are all honored[^2]. |
24 | 23 |
25 To cooperate with [mod_smacks] this module consumes some events: | 24 To cooperate with [mod_smacks] this module consumes some events: |
26 `smacks-ack-delayed`, `smacks-hibernation-start` and `smacks-hibernation-end`. | 25 `smacks-ack-delayed`, `smacks-hibernation-start` and `smacks-hibernation-end`. |
27 These events allow this module to send out notifications for messages received | 26 These events allow this module to send out notifications for messages received |
73 Compatibility | 72 Compatibility |
74 ============= | 73 ============= |
75 | 74 |
76 Should work with 0.9+. | 75 Should work with 0.9+. |
77 | 76 |
78 [^1]: The service which is expected to forward notifications to | 77 [^1]: The service which is expected to forward notifications to something like Google Cloud Messaging or Apple Notification Service |
79 something like Google Cloud Messaging or Apple Notification Service | |
80 [here]: https://mail.jabber.org/pipermail/standards/2016-February/030925.html | |
81 [^2]: //hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown | 78 [^2]: //hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown |
79 [here]: //mail.jabber.org/pipermail/standards/2016-February/030925.html |