# HG changeset patch # User Kim Alvefur # Date 1464960518 -7200 # Node ID 2582d09d2ec4241d25b70138a3797fb1a1375fc1 # Parent eb53a830864ccc7c5303423d7bae4ac8795418f9 mod_cloud_notify/README: Fixup markdown diff -r eb53a830864c -r 2582d09d2ec4 mod_cloud_notify/README.markdown --- 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 ============