# HG changeset patch # User Menel # Date 1731364073 -3600 # Node ID 9b0054873be20de7d4f48a67683f2a74d63eea41 # Parent 451ec67f2dd38263a913bbe8e3ef1fd3d68a24d0 mod_s2s_keepalive: Update Compability slSection and Label diff -r 451ec67f2dd3 -r 9b0054873be2 mod_s2s_keepalive/README.md --- 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