Software / code / prosody-modules
Comparison
mod_cloud_notify/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1785:mod_cloud_notify/README.wiki@a28ed18cb176 |
| child | 1820:8de50be756e5 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 summary: 'XEP-0357: Cloud push notifications' | |
| 5 ... | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 This is an implementation of the server bits of [XEP-357: | |
| 11 Push](http://xmpp.org/extensions/xep-357.html). It allows clients to | |
| 12 register an "app server" which is notified about new messages while the | |
| 13 user is offline or disconnected. Implementation of the "app server", | |
| 14 which is expected to forward notifications to something like Google | |
| 15 Cloud Messaging or Apple Notification Service. | |
| 16 | |
| 17 Details | |
| 18 ======= | |
| 19 | |
| 20 App servers are notified about offline messages. | |
| 21 | |
| 22 Installation | |
| 23 ============ | |
| 24 | |
| 25 Same as any other module. | |
| 26 | |
| 27 Configuration | |
| 28 ============= | |
| 29 | |
| 30 Configured in-band by supporting clients. | |
| 31 | |
| 32 Future | |
| 33 ====== | |
| 34 | |
| 35 Adding support for sending notifications for users who are online but | |
| 36 not currently connected, such as when `mod_smacks` is keeping their | |
| 37 session alive, should be added. |