Software /
code /
prosody-modules
Diff
mod_cloud_notify/README.markdown @ 2199:2582d09d2ec4
mod_cloud_notify/README: Fixup markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 03 Jun 2016 15:28:38 +0200 |
parent | 2198:eb53a830864c |
child | 2248:3ecf65dabb6e |
line wrap: on
line diff
--- a/mod_cloud_notify/README.markdown Thu Jun 02 14:07:22 2016 -0700 +++ b/mod_cloud_notify/README.markdown Fri Jun 03 15:28:38 2016 +0200 @@ -2,7 +2,7 @@ labels: - 'Stage-Alpha' summary: 'XEP-0357: Cloud push notifications' -... +--- Introduction ============ @@ -21,12 +21,14 @@ 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. + 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. +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 ============