Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 4968:487f1eb829cf
mod_cloud_notify: Compat for prosody 0.12
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sat, 02 Jul 2022 02:29:03 +0200 |
parents | 7630d4ade7cd |
children | 2583bd7eb5d1 |
comparison
equal
deleted
inserted
replaced
4967:1e8381f0d0a8 | 4968:487f1eb829cf |
---|---|
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 message body to remote pubsub node. |
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 message sender to remote pubsub node. |
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 | 59 |
59 There are privacy implications for enabling these options because | 60 There are privacy implications for enabling these options because |
60 plaintext content and metadata will be shared with centralized servers | 61 plaintext content and metadata will be shared with centralized servers |
61 (the pubsub node) run by arbitrary app developers. | 62 (the pubsub node) run by arbitrary app developers. |
62 | 63 |
73 Compatibility | 74 Compatibility |
74 ============= | 75 ============= |
75 | 76 |
76 ------ ----------------------------------------------------------------------------- | 77 ------ ----------------------------------------------------------------------------- |
77 trunk Works | 78 trunk Works |
79 0.12 Works | |
78 0.11 Works | 80 0.11 Works |
79 0.10 Works | 81 0.10 Works |
80 0.9 Support dropped, use last supported version [675726ab06d3](//hg.prosody.im/prosody-modules/raw-file/675726ab06d3/mod_cloud_notify/mod_cloud_notify.lua) | 82 0.9 Support dropped, use last supported version [675726ab06d3](//hg.prosody.im/prosody-modules/raw-file/675726ab06d3/mod_cloud_notify/mod_cloud_notify.lua) |
81 ------ ----------------------------------------------------------------------------- | 83 ------ ----------------------------------------------------------------------------- |
82 | 84 |