Software /
code /
prosody-modules
Changeset
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 | 1852:4f49ac23fc36 |
children | 1854:450ada5bb1b5 |
files | mod_cloud_notify/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_cloud_notify/README.markdown Mon Sep 14 12:57:25 2015 +0200 +++ b/mod_cloud_notify/README.markdown Mon Sep 14 12:59:48 2015 +0200 @@ -11,8 +11,7 @@ Notifications](http://xmpp.org/extensions/xep-0357.html). It allows clients to register an "app server" which is notified about new messages while the user is offline or disconnected. Implementation of the "app -server", which is expected to forward notifications to something like -Google Cloud Messaging or Apple Notification Service. +server" is not included[^1]. Details ======= @@ -35,3 +34,6 @@ Adding support for sending notifications for users who are online but not currently connected, such as when `mod_smacks` is keeping their session alive, should be added. + +[^1]: The service which is expected to forward notifications to + something like Google Cloud Messaging or Apple Notification Service