add muc_ban_ip

This commit is contained in:
meaz 2021-05-05 09:04:34 +02:00
parent e432dedde4
commit 1a7f8da071
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -274,3 +274,7 @@ prosody_modules:
- name: 'checkcerts'
description: 'Checks your certificate to see if it is about to expire soon'
module_enabled: 'false'
- name: 'muc_ban_ip'
description: 'Allows the users server to enforce bans by IP address'
module_enabled: 'true'