Mercurial > prosody-modules
comparison mod_smacks/README.markdown @ 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 | 0bcbff950f14 |
children | c5b1e9b8ccca |
comparison
equal
deleted
inserted
replaced
4720:71bec9c21dcd | 4721:2db804a1c9f0 |
---|---|
55 | 55 |
56 Option Default Description | 56 Option Default Description |
57 ---------------------------------- ----------------- ------------------------------------------------------------------------------------------------------------------ | 57 ---------------------------------- ----------------- ------------------------------------------------------------------------------------------------------------------ |
58 `smacks_hibernation_time` 600 (10 minutes) The number of seconds a disconnected session should stay alive for (to allow reconnect) | 58 `smacks_hibernation_time` 600 (10 minutes) The number of seconds a disconnected session should stay alive for (to allow reconnect) |
59 `smacks_enabled_s2s` true Enable Stream Management on server connections? *Experimental* | 59 `smacks_enabled_s2s` true Enable Stream Management on server connections? *Experimental* |
60 `smacks_s2s_resend` false Attempt to re-send unacked messages on s2s disconnect *Experimental* | |
60 `smacks_max_unacked_stanzas` 0 How many stanzas to send before requesting acknowledgement | 61 `smacks_max_unacked_stanzas` 0 How many stanzas to send before requesting acknowledgement |
61 `smacks_max_ack_delay` 30 (1/2 minute) The number of seconds an ack must be unanswered to trigger an "smacks-ack-delayed" event | 62 `smacks_max_ack_delay` 30 (1/2 minute) The number of seconds an ack must be unanswered to trigger an "smacks-ack-delayed" event |
62 `smacks_max_hibernated_sessions` 10 The number of allowed sessions in hibernated state (limited per user) | 63 `smacks_max_hibernated_sessions` 10 The number of allowed sessions in hibernated state (limited per user) |
63 `smacks_max_old_sessions` 10 The number of allowed sessions with timed out hibernation for which the h-value is still kept (limited per user) | 64 `smacks_max_old_sessions` 10 The number of allowed sessions with timed out hibernation for which the h-value is still kept (limited per user) |
64 | 65 |