Software /
code /
prosody-modules
Changeset
6053:9b0054873be2
mod_s2s_keepalive: Update Compability slSection and Label
author | Menel <menel@snikket.de> |
---|---|
date | Mon, 11 Nov 2024 23:27:53 +0100 |
parents | 6052:451ec67f2dd3 |
children | 6054:d39ddf13ff0a |
files | mod_s2s_keepalive/README.md |
diffstat | 1 files changed, 15 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_keepalive/README.md Mon Nov 11 23:19:33 2024 +0100 +++ b/mod_s2s_keepalive/README.md Mon Nov 11 23:27:53 2024 +0100 @@ -1,24 +1,23 @@ --- +labels: +- 'Stage-Beta' summary: Keepalive s2s connections ... Introduction ============ -This module periodically sends [XEP-0199] ping requests to remote servers -to keep your connection alive. +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 like any other -module. By default, all current s2s connections will be pinged -periodically. To ping only a subset of servers, list these in -`keepalive_servers`. The ping interval can be set using -`keepalive_interval`. +Simply add the module to the `modules_enabled` list like any other module. +By default, all current s2s connections will be pinged +periodically. To ping only a subset of servers, list these in `keepalive_servers`. +The ping interval can be set using `keepalive_interval`. -If no response to the ping has been received in about 10 minutes (or -`keepalive_timeout` seconds) the s2s connections are closed. +If no response to the ping has been received in about 10 minutes (or `keepalive_timeout` seconds) the s2s connections are closed. ``` lua modules_enabled = { @@ -34,8 +33,10 @@ Compatibility ============= - ------- ----------------------- - 0.11 Works - 0.10 Works - 0.9 Works - ------- ----------------------- + Prosody Version Status + ----------------- ----------- + trunk[^1] Works + 0.12 Works + ----------------- ----------- + +[^1]: as of 2024-11-11