Software / code / prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
| 2198:eb53a830864c | 2199:2582d09d2ec4 |
|---|---|
| 1 --- | 1 --- |
| 2 labels: | 2 labels: |
| 3 - 'Stage-Alpha' | 3 - 'Stage-Alpha' |
| 4 summary: 'XEP-0357: Cloud push notifications' | 4 summary: 'XEP-0357: Cloud push notifications' |
| 5 ... | 5 --- |
| 6 | 6 |
| 7 Introduction | 7 Introduction |
| 8 ============ | 8 ============ |
| 9 | 9 |
| 10 This is an implementation of the server bits of [XEP-0357: Push | 10 This is an implementation of the server bits of [XEP-0357: Push |
| 19 App servers are notified about offline messages. | 19 App servers are notified about offline messages. |
| 20 | 20 |
| 21 Configuration | 21 Configuration |
| 22 ============= | 22 ============= |
| 23 | 23 |
| 24 Option Default Description | 24 Option Default Description |
| 25 ------------------------------ ----------------- ----------------------------------------------------------------------------------------- | 25 --------------------------------- --------- ------------------------------------------------------------------ |
| 26 `push_notification_with_body` false Whether or not to send the message body to remote pubsub node. | 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. | 27 `push_notification_with_sender` `false` Whether or not to send the message sender to remote pubsub node. |
| 28 | 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. | 29 There are privacy implications for enabling these options because |
| 30 plaintext content and metadata will be shared with centralized servers | |
| 31 (the pubsub node) run by arbitrary app developers. | |
| 30 | 32 |
| 31 Installation | 33 Installation |
| 32 ============ | 34 ============ |
| 33 | 35 |
| 34 Same as any other module. | 36 Same as any other module. |