# HG changeset patch # User Kim Alvefur # Date 1457345728 -3600 # Node ID 6055a0164d632f0e198dd9faadbbb8448e49d2ab # Parent 8f7083b980cf160618f445652e6a56243dd0aeb8 mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table diff -r 8f7083b980cf -r 6055a0164d63 mod_smacks/README.markdown --- 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 =============