Software /
code /
prosody-modules
Comparison
mod_cloud_notify/README.markdown @ 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 |
parent | 4968:487f1eb829cf |
child | 5058:39c2824c2880 |
comparison
equal
deleted
inserted
replaced
5055:3b609eaf0db5 | 5056:2583bd7eb5d1 |
---|---|
48 Configuration | 48 Configuration |
49 ============= | 49 ============= |
50 | 50 |
51 Option Default Description | 51 Option Default Description |
52 ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- | 52 ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- |
53 `push_notification_with_body` `false` Whether or not to send the message body to remote pubsub node. | 53 `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. |
54 `push_notification_with_sender` `false` Whether or not to send the message sender to remote pubsub node. | 54 `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. |
55 `push_max_errors` `16` How much persistent push errors are tolerated before notifications for the identifier in question are disabled | 55 `push_max_errors` `16` How much persistent push errors are tolerated before notifications for the identifier in question are disabled |
56 `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 | 56 `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 |
57 `push_max_devices` `5` The number of allowed devices per user (the oldest devices are automatically removed if this threshold is reached) | 57 `push_max_devices` `5` The number of allowed devices per user (the oldest devices are automatically removed if this threshold is reached) |
58 `push_max_hibernation_timeout` `6220800` Number of seconds to extend the smacks timeout if no push was triggered yet (default: 72 hours) | 58 `push_max_hibernation_timeout` `6220800` Number of seconds to extend the smacks timeout if no push was triggered yet (default: 72 hours) |
59 | 59 |