Software /
code /
prosody-modules
Changeset
2063:6055a0164d63
mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Mar 2016 11:15:28 +0100 |
parents | 2062:8f7083b980cf |
children | 2064:2a82c55762a7 |
files | mod_smacks/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_smacks/README.markdown Sun Mar 06 19:28:21 2016 +0100 +++ b/mod_smacks/README.markdown Mon Mar 07 11:15:28 2016 +0100 @@ -34,9 +34,11 @@ Configuration ============= - Option Default Description - --------------------------- ----------------- ----------------------------------------------------------------------------------------- - smacks\_hibernation\_time 300 (5 minutes) The number of seconds a disconnected session should stay alive for (to allow reconnect) + Option Default Description + ------------------------------ ----------------- ----------------------------------------------------------------------------------------- + `smacks_hibernation_time` 300 (5 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_max_unacked_stanzas` 0 How many stanzas to send before requesting acknowledgement Compatibility =============