Mercurial > prosody-modules
comparison mod_cloud_notify/README.markdown @ 2250:f5cc6328b20f
mod_cloud_notify/README: Reflow text
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 26 Jul 2016 11:49:57 +0200 |
parents | d3e697c141e4 |
children | 2e641ab995b3 |
comparison
equal
deleted
inserted
replaced
2249:d3e697c141e4 | 2250:f5cc6328b20f |
---|---|
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 Notifications]. |
11 Notifications](http://xmpp.org/extensions/xep-0357.html). It allows | 11 It allows clients to register an "app server" which is notified about new |
12 clients to register an "app server" which is notified about new messages | 12 messages while the user is offline or disconnected. Implementation of the |
13 while the user is offline or disconnected. Implementation of the "app | 13 "app server" is not included[^1]. |
14 server" is not included[^1]. | |
15 | 14 |
16 Details | 15 Details |
17 ======= | 16 ======= |
18 | 17 |
19 App servers are notified about offline messages. | 18 App servers are notified about offline messages. |