changeset 4721:2db804a1c9f0

mod_smacks: Add smacks_s2s_resend to configuration listing
author Kim Alvefur <zash@zash.se>
date Mon, 25 Oct 2021 12:39:34 +0200
parents 71bec9c21dcd
children c5b1e9b8ccca
files mod_smacks/README.markdown
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_smacks/README.markdown	Sat Oct 23 14:20:16 2021 +0200
+++ b/mod_smacks/README.markdown	Mon Oct 25 12:39:34 2021 +0200
@@ -57,6 +57,7 @@
   ----------------------------------  ----------------- ------------------------------------------------------------------------------------------------------------------
   `smacks_hibernation_time`           600 (10 minutes)  The number of seconds a disconnected session should stay alive for (to allow reconnect)
   `smacks_enabled_s2s`                true              Enable Stream Management on server connections? *Experimental*
+  `smacks_s2s_resend`                 false             Attempt to re-send unacked messages on s2s disconnect *Experimental*
   `smacks_max_unacked_stanzas`        0                 How many stanzas to send before requesting acknowledgement
   `smacks_max_ack_delay`              30 (1/2 minute)   The number of seconds an ack must be unanswered to trigger an "smacks-ack-delayed" event
   `smacks_max_hibernated_sessions`    10                The number of allowed sessions in hibernated state (limited per user)