# HG changeset patch # User tmolitor # Date 1527901750 -7200 # Node ID 67b503c749eba2b249f77b098d15d5628288883c # Parent 3e91eb1bdd845b74c6f8cdf9c4e1356a8a214934 mod_cloud_notify: Some more cleanup diff -r 3e91eb1bdd84 -r 67b503c749eb mod_cloud_notify/README.markdown --- a/mod_cloud_notify/README.markdown Sat Jun 02 03:07:55 2018 +0200 +++ b/mod_cloud_notify/README.markdown Sat Jun 02 03:09:10 2018 +0200 @@ -19,7 +19,7 @@ App servers are notified about offline messages, messages stored by [mod_mam] or messages waiting in the smacks queue. **Please note: Multi client setups don't work properly if MAM is disabled and using this module won't change this at all!** -The business rules outlined [here] are all honored[^2]. +The business rules outlined [here](//mail.jabber.org/pipermail/standards/2016-February/030925.html) are all honored[^2]. To cooperate with [mod_smacks] this module consumes some events: `smacks-ack-delayed`, `smacks-hibernation-start` and `smacks-hibernation-end`. @@ -76,4 +76,3 @@ [^1]: The service which is expected to forward notifications to something like Google Cloud Messaging or Apple Notification Service [^2]: //hg.prosody.im/prosody-modules/file/tip/mod_cloud_notify/business_rules.markdown -[here]: //mail.jabber.org/pipermail/standards/2016-February/030925.html