add s2s_bidi (#23)

see #9

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #23
This commit is contained in:
meaz 2022-12-18 07:59:21 +00:00
parent b9277fac98
commit be4c057eec
1 changed files with 4 additions and 0 deletions

View File

@ -276,3 +276,7 @@ prosody_modules:
- name: 'muc_ban_ip'
description: 'Allows the users 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'