Software /
code /
prosody-modules
Changeset
5056:2583bd7eb5d1
mod_cloud_notify: Add warnings about options including real body/sender
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 24 Sep 2022 08:06:11 +0100 |
parents | 5055:3b609eaf0db5 |
children | 5057:c728e82265a7 |
files | mod_cloud_notify/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)