Mercurial > prosody-modules
diff 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 |
line wrap: on
line diff
--- a/mod_cloud_notify/README.markdown Wed Jun 01 22:33:51 2016 +0200 +++ b/mod_cloud_notify/README.markdown Thu Jun 02 14:07:22 2016 -0700 @@ -18,6 +18,16 @@ App servers are notified about offline messages. +Configuration +============= + + 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. + +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. + Installation ============