Mercurial > prosody-modules
view mod_s2s_keepalive/README.markdown @ 1966:3b748666ff97
mod_http_upload: URL-encode filename in case it contains characters that need escaping (thanks Thilo)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Dec 2015 18:00:43 +0100 |
parents | 6e712ce58edf |
children | f1ea8044f9f8 |
line wrap: on
line source
--- summary: Keepalive s2s connections ... Introduction ============ This module periodically sends XEP-0199 ping requests to remote servers to keep your connection alive. Configuration ============= Simply add the module to the `modules_enabled` list and specify your desired servers in `keepalive_servers`. Optionally you can configure the ping interval. modules_enabled = { ... "s2s_keepalive" } keepalive_servers = { "conference.prosody.im"; "rooms.swift.im" } keepalive_interval = "300" -- (in seconds, default is 60 ) Compatibility ============= ------- ----------------------- 0.10 Works 0.9 Works 0.8 Works ------- -----------------------