comparison mod_cloud_notify/README.markdown @ 1852:4f49ac23fc36

mod_cloud_notify/README: XEP-0357 changed name to Push Notifications
author Kim Alvefur <zash@zash.se>
date Mon, 14 Sep 2015 12:57:25 +0200
parents 8de50be756e5
children c25a0ac8b511
comparison
equal deleted inserted replaced
1851:03c5639882a7 1852:4f49ac23fc36
5 ... 5 ...
6 6
7 Introduction 7 Introduction
8 ============ 8 ============
9 9
10 This is an implementation of the server bits of [XEP-357: 10 This is an implementation of the server bits of [XEP-0357: Push
11 Push](http://xmpp.org/extensions/xep-0357.html). It allows clients to 11 Notifications](http://xmpp.org/extensions/xep-0357.html). It allows
12 register an "app server" which is notified about new messages while the 12 clients to register an "app server" which is notified about new messages
13 user is offline or disconnected. Implementation of the "app server", 13 while the user is offline or disconnected. Implementation of the "app
14 which is expected to forward notifications to something like Google 14 server", which is expected to forward notifications to something like
15 Cloud Messaging or Apple Notification Service. 15 Google Cloud Messaging or Apple Notification Service.
16 16
17 Details 17 Details
18 ======= 18 =======
19 19
20 App servers are notified about offline messages. 20 App servers are notified about offline messages.