# HG changeset patch # User Matthew Wild # Date 1664003171 -3600 # Node ID 2583bd7eb5d19b6bda34e6cde94f5187d7eb670c # Parent 3b609eaf0db5540f3aba117bb890239adfa2b3a1 mod_cloud_notify: Add warnings about options including real body/sender diff -r 3b609eaf0db5 -r 2583bd7eb5d1 mod_cloud_notify/README.markdown --- a/mod_cloud_notify/README.markdown Sat Sep 24 08:00:55 2022 +0100 +++ b/mod_cloud_notify/README.markdown Sat Sep 24 08:06:11 2022 +0100 @@ -50,8 +50,8 @@ Option Default Description ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- - `push_notification_with_body` `false` Whether or not to send the message body to remote pubsub node. - `push_notification_with_sender` `false` Whether or not to send the message sender to remote pubsub node. + `push_notification_with_body` `false` Whether or not to send the real message body to remote pubsub node. Without end-to-end encryption, enabling this may expose your message contents to your client developers and OS vendor. Not recommended. + `push_notification_with_sender` `false` Whether or not to send the real message sender to remote pubsub node. Enabling this may expose your contacts to your client developers and OS vendor. Not recommended. `push_max_errors` `16` How much persistent push errors are tolerated before notifications for the identifier in question are disabled `push_notification_important_body` `New Message!` The body text to use when the stanza is important (see above), no message body is sent if this is empty `push_max_devices` `5` The number of allowed devices per user (the oldest devices are automatically removed if this threshold is reached)