2 summary: Keepalive s2s connections
8 This module periodically sends [XEP-0199] ping requests to remote servers
9 to keep your connection alive.
14 Simply add the module to the `modules_enabled` list like any other
15 module. By default, all current s2s connections will be pinged
16 periodically. To ping only a subset of servers, list these in
17 `keepalive_servers`. The ping interval can be set using
26 keepalive_servers = { "conference.prosody.im"; "rooms.swift.im" }
27 keepalive_interval = "300" -- (in seconds, default is 60 )
33 ------- -----------------------
37 ------- -----------------------