Add and enable mod_spam_reporting/mod_watch_spam_reports

This commit is contained in:
Matthew Wild 2021-08-26 19:42:26 +01:00
parent d0149e52df
commit 2c3ca07ee0
3 changed files with 8 additions and 2 deletions

View File

@ -77,6 +77,10 @@ modules_enabled = {
"turncredentials";
"admin_shell";
-- Spam/abuse management
"spam_reporting"; -- Allow users to report spam/abuse
"watch_spam_reports"; -- Alert admins of spam/abuse reports by users
-- TODO...
--"groups"; -- Shared roster support
--"server_contact_info"; -- Publish contact information for this service

View File

@ -7,9 +7,9 @@
vars:
prosody:
package: "prosody-trunk"
build: "1436"
build: "1499"
prosody_modules:
revision: "cade5dac1003"
revision: "6e5572fc6840"
tasks:
- import_tasks: tasks/prosody.yml
- import_tasks: tasks/supervisor.yml

View File

@ -118,6 +118,8 @@
- mod_http_host_status_check
- mod_measure_process
- mod_prometheus
- mod_spam_reporting
- mod_watch_spam_reports
- name: Enable wanted modules (snikket-modules)
file: