mod_cloud_notify: Add warnings about options including real body/sender
authorMatthew Wild <mwild1@gmail.com>
Sat, 24 Sep 2022 08:06:11 +0100
changeset 5060 2583bd7eb5d1
parent 5059 3b609eaf0db5
child 5061 c728e82265a7
mod_cloud_notify: Add warnings about options including real body/sender
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)