summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-07-21 01:07:36 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-07-21 01:07:36 +0200
commit66510c1d787e3696ac8d04cde75148c9b162b905 (patch)
treeb4adfc1d3287e929c8c6c206144927c03d29be99 /ejabberd.yml.example
parentSupport XEP-0357: Push Notifications (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 693a87f5..922400d2 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.