Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-07-21 02:07:36 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-07-21 02:07:36 +0300
commit66510c1d787e3696ac8d04cde75148c9b162b905 (patch)
treeb4adfc1d3287e929c8c6c206144927c03d29be99 /ejabberd.yml.example
parentd6f1d3df5b5a75f618bcc6eeb6425bc47dfd84d2 (diff)
Add mod_push_keepalive
This module tries to keep pending stream management sessions of push clients alive (as long as the disconnected clients are reachable via push notifications).
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 693a87f57..922400d2d 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -726,6 +726,7 @@ modules:
- "hometree"
- "pep" # pep requires mod_caps
mod_push: {}
+ mod_push_keepalive: {}
## mod_register:
##
## Protect In-Band account registrations with CAPTCHA.