comparison mod_cloud_notify/README.markdown @ 1820:8de50be756e5

Various README files: Correct indentation levels, fix syntax and other small fixes
author Kim Alvefur <zash@zash.se>
date Wed, 02 Sep 2015 17:30:33 +0200
parents 4d73a1a6ba68
children 4f49ac23fc36
comparison
equal deleted inserted replaced
1819:1b08597b5e6f 1820:8de50be756e5
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-357:
11 Push](http://xmpp.org/extensions/xep-357.html). It allows clients to 11 Push](http://xmpp.org/extensions/xep-0357.html). It allows clients to
12 register an "app server" which is notified about new messages while the 12 register an "app server" which is notified about new messages while the
13 user is offline or disconnected. Implementation of the "app server", 13 user is offline or disconnected. Implementation of the "app server",
14 which is expected to forward notifications to something like Google 14 which is expected to forward notifications to something like Google
15 Cloud Messaging or Apple Notification Service. 15 Cloud Messaging or Apple Notification Service.
16 16