comparison mod_smacks/README.markdown @ 4678:0bcbff950f14

mod_smacks: Update README `smacks_enabled_s2s` defaults now to `true`. See https://hg.prosody.im/prosody-modules/file/242251ce1036/mod_smacks/mod_smacks.lua#l39
author Martin Dosch <martin@mdosch.de>
date Sun, 12 Sep 2021 13:34:46 +0200
parents 0957ba6aeb99
children 2db804a1c9f0
comparison
equal deleted inserted replaced
4677:823370bc2e4c 4678:0bcbff950f14
54 ============= 54 =============
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` false Enable Stream Management on server connections? *Experimental* 59 `smacks_enabled_s2s` true Enable Stream Management on server connections? *Experimental*
60 `smacks_max_unacked_stanzas` 0 How many stanzas to send before requesting acknowledgement 60 `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 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_hibernated_sessions` 10 The number of allowed sessions in hibernated state (limited per user) 62 `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) 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 64