comparison mod_cloud_notify/README.markdown @ 2198:eb53a830864c

mod_cloud_notify: default false for sending body and sender
author Chris Ballinger <chrisballinger@gmail.com>
date Thu, 02 Jun 2016 14:07:22 -0700
parents 218a3d3f7f97
children 2582d09d2ec4
comparison
equal deleted inserted replaced
2197:90a444ccaa8e 2198:eb53a830864c
16 Details 16 Details
17 ======= 17 =======
18 18
19 App servers are notified about offline messages. 19 App servers are notified about offline messages.
20 20
21 Configuration
22 =============
23
24 Option Default Description
25 ------------------------------ ----------------- -----------------------------------------------------------------------------------------
26 `push_notification_with_body` false Whether or not to send the message body to remote pubsub node.
27 `push_notification_with_sender` false Whether or not to send the message sender to remote pubsub node.
28
29 There are privacy implications for enabling these options because plaintext content and metadata will be shared with centralized servers (the pubsub node) run by arbitrary app developers.
30
21 Installation 31 Installation
22 ============ 32 ============
23 33
24 Same as any other module. 34 Same as any other module.
25 35