# HG changeset patch # User Kim Alvefur # Date 1635158374 -7200 # Node ID 2db804a1c9f02a6545cf747b6848aab777d13b65 # Parent 71bec9c21dcd6b33889798a9c5e7d8c076968bec mod_smacks: Add smacks_s2s_resend to configuration listing diff -r 71bec9c21dcd -r 2db804a1c9f0 mod_smacks/README.markdown --- 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)