diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 16:24:43 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 16:24:43 +0100 |
| commit | fe9672a9be77e0029abec3bac0cf487060c83c65 (patch) | |
| tree | 2e382222198dece0a2cf856c06e709a2e6996cd7 /files | |
| parent | 994bc6e0e793876e7ce544ce9c892f1a5b157eca (diff) | |
Remove unused dialback module
I have s2s_secure_auth enabled, which disables dialback. Therefore, this module
is not needed.
Diffstat (limited to 'files')
| -rw-r--r-- | files/prosody.cfg.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index bb9a08c..9064bca 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -18,7 +18,6 @@ modules_enabled = { "carbons"; "cloud_notify"; "csi_battery_saver"; - "dialback"; "disco"; "external_services"; "lastactivity"; |
