Software /
code /
prosody-modules
Comparison
mod_s2s_keepalive/README.markdown @ 1901:392e62f518a5
mod_s2s_keepalive: Add README
author | Michael Töglhofer <michael@toeglhofer.net> |
---|---|
date | Sun, 11 Oct 2015 17:23:28 +0200 |
child | 1902:6e712ce58edf |
comparison
equal
deleted
inserted
replaced
1900:41ebdb331b94 | 1901:392e62f518a5 |
---|---|
1 --- | |
2 summary: Keepalive s2s connections | |
3 ... | |
4 | |
5 Introduction | |
6 ============ | |
7 | |
8 This module periodically sends XEP-0199 ping requests to remote servers | |
9 to keep your connection alive. | |
10 | |
11 Configuration | |
12 ============= | |
13 | |
14 Simply add the module to the `modules_enabled` list and specify your | |
15 desired servers in `keepalive_servers`. Optionally you can configure | |
16 the ping interval. | |
17 | |
18 modules_enabled = { | |
19 ... | |
20 "s2s_keepalive" | |
21 } | |
22 | |
23 keepalive_servers = { "conference.prosody.im"; "rooms.swift.im" } | |
24 keepalive_interval = "300" -- (in seconds, default is 60 ) | |
25 | |
26 Compatibility | |
27 ============= | |
28 | |
29 ------- ----------------------- | |
30 0.10 Works | |
31 ------- ----------------------- |