Software /
code /
prosody-modules
Changeset
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 | 4677:823370bc2e4c |
children | 4679:f95a1e197a07 |
files | mod_smacks/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_smacks/README.markdown Sun Sep 12 00:28:46 2021 +0200 +++ b/mod_smacks/README.markdown Sun Sep 12 13:34:46 2021 +0200 @@ -56,7 +56,7 @@ Option Default Description ---------------------------------- ----------------- ------------------------------------------------------------------------------------------------------------------ `smacks_hibernation_time` 600 (10 minutes) The number of seconds a disconnected session should stay alive for (to allow reconnect) - `smacks_enabled_s2s` false Enable Stream Management on server connections? *Experimental* + `smacks_enabled_s2s` true Enable Stream Management on server connections? *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)