add s2s_bidi

This commit is contained in:
meaz 2022-03-21 21:27:34 +01:00
parent 6415acfaf5
commit 62814f2fa9
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 4 additions and 0 deletions

View File

@ -286,3 +286,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'