From be4c057eec91a94f314159a7a339c6e16b634b25 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 18 Dec 2022 07:59:21 +0000 Subject: [PATCH] add s2s_bidi (#23) see https://git.disroot.org/Disroot-Ansible/prosody/issues/9 Co-authored-by: meaz Reviewed-on: https://git.disroot.org/Disroot-Ansible/prosody/pulls/23 --- defaults/mod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/mod.yml b/defaults/mod.yml index afa901b..869e02d 100644 --- a/defaults/mod.yml +++ b/defaults/mod.yml @@ -276,3 +276,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'