From 62814f2fa911b7a7a971bf65e31354313884b018 Mon Sep 17 00:00:00 2001 From: meaz Date: Mon, 21 Mar 2022 21:27:34 +0100 Subject: [PATCH] add s2s_bidi --- defaults/mod.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'