Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 1783:b31fe2d22310
mod_cloud_notify: XEP-0357: Push - the server bits ("app server" not included)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 23:09:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1782:29f3d6b7ad16 | 1783:b31fe2d22310 |
---|---|
1 #summary XEP-0357: Cloud push notifications | |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
6 This is an implementation of the server bits of | |
7 [http://xmpp.org/extensions/xep-357.html XEP-357: Push]. | |
8 It allows clients to register an "app server" which is notified about | |
9 new messages while the user is offline or disconnected. Implementation | |
10 of the "app server", which is expected to forward notifications to | |
11 something like Google Cloud Messaging or Apple Notification Service. | |
12 | |
13 = Details = | |
14 | |
15 App servers are notified about offline messages. | |
16 | |
17 = Installation = | |
18 | |
19 Same as any other module. | |
20 | |
21 = Configuration = | |
22 | |
23 Configured in-band by supporting clients. | |
24 | |
25 = Future = | |
26 | |
27 Adding support for sending notifications for users who are online but | |
28 not currently connected, such as when `mod_smacks` is keeping their | |
29 session alive, should be added. |