Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 1853:c25a0ac8b511
mod_cloud_notify/README: Sentence was missing the ending
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Sep 2015 12:59:48 +0200 |
parents | 4f49ac23fc36 |
children | 218a3d3f7f97 |
comparison
equal
deleted
inserted
replaced
1852:4f49ac23fc36 | 1853:c25a0ac8b511 |
---|---|
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 |
11 Notifications](http://xmpp.org/extensions/xep-0357.html). It allows | 11 Notifications](http://xmpp.org/extensions/xep-0357.html). It allows |
12 clients to register an "app server" which is notified about new messages | 12 clients to register an "app server" which is notified about new messages |
13 while the user is offline or disconnected. Implementation of the "app | 13 while the user is offline or disconnected. Implementation of the "app |
14 server", which is expected to forward notifications to something like | 14 server" is not included[^1]. |
15 Google Cloud Messaging or Apple Notification Service. | |
16 | 15 |
17 Details | 16 Details |
18 ======= | 17 ======= |
19 | 18 |
20 App servers are notified about offline messages. | 19 App servers are notified about offline messages. |
33 ====== | 32 ====== |
34 | 33 |
35 Adding support for sending notifications for users who are online but | 34 Adding support for sending notifications for users who are online but |
36 not currently connected, such as when `mod_smacks` is keeping their | 35 not currently connected, such as when `mod_smacks` is keeping their |
37 session alive, should be added. | 36 session alive, should be added. |
37 | |
38 [^1]: The service which is expected to forward notifications to | |
39 something like Google Cloud Messaging or Apple Notification Service |