diff --git a/defaults/mod.yml b/defaults/mod.yml index 8a65ad3..5a59134 100644 --- a/defaults/mod.yml +++ b/defaults/mod.yml @@ -286,3 +286,7 @@ prosody_modules: - name: 'muc_ban_ip' description: 'Allows the user’s server to enforce bans by IP address' module_enabled: 'true' + + - name: 's2s_bidi' + description: 'allows servers to use a single connection for sending stanzas to each other, instead of two connections' + module_enabled: 'true'