add s2s_bidi #23

Merged
meaz merged 3 commits from s2s_bidi into master 2022-12-18 08:59:22 +01:00
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'