Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 3055:6abee021d9db
mod_cloud_notify: Limit number of devices to 5 and change some default settings
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Mon, 28 May 2018 05:28:07 +0200 |
parents | df86ce6bb0b4 |
children | 2a918a8c47db |
comparison
equal
deleted
inserted
replaced
3054:5e94061c1aa7 | 3055:6abee021d9db |
---|---|
44 This is used by Chatsecure on iOS to send out high priority pushes in those cases for example. | 44 This is used by Chatsecure on iOS to send out high priority pushes in those cases for example. |
45 | 45 |
46 Configuration | 46 Configuration |
47 ============= | 47 ============= |
48 | 48 |
49 Option Default Description | 49 Option Default Description |
50 ------------------------------------ --------- --------------------------------------------------------------------------------------------------------------- | 50 ------------------------------------ ----------------- ------------------------------------------------------------------------------------------------------------------- |
51 `push_notification_with_body` `false` Whether or not to send the message body to remote pubsub node. | 51 `push_notification_with_body` `false` Whether or not to send the message body to remote pubsub node. |
52 `push_notification_with_sender` `false` Whether or not to send the message sender to remote pubsub node. | 52 `push_notification_with_sender` `false` Whether or not to send the message sender to remote pubsub node. |
53 `push_max_errors` `50` How much persistent push errors are tolerated before notifications for the identifier in question are disabled | 53 `push_max_errors` `16` How much persistent push errors are tolerated before notifications for the identifier in question are disabled |
54 `push_notification_important_body` `` The body text to use when the stanza is important (see above), no message body is sent if this is empty | 54 `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 |
55 `push_max_devices` `5` The number of allowed devices per user (the oldest devices are automatically removed if this threshold is reached) | |
55 | 56 |
56 There are privacy implications for enabling these options because | 57 There are privacy implications for enabling these options because |
57 plaintext content and metadata will be shared with centralized servers | 58 plaintext content and metadata will be shared with centralized servers |
58 (the pubsub node) run by arbitrary app developers. | 59 (the pubsub node) run by arbitrary app developers. |
59 | 60 |