# HG changeset patch # User Kim Alvefur # Date 1442228388 -7200 # Node ID c25a0ac8b511b19ebf86e52afab3cbf40d21676a # Parent 4f49ac23fc36add72713cf257298a052c70abf39 mod_cloud_notify/README: Sentence was missing the ending diff -r 4f49ac23fc36 -r c25a0ac8b511 mod_cloud_notify/README.markdown --- 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