diff options
Diffstat (limited to 'files/prosody.cfg.lua.j2')
| -rw-r--r-- | files/prosody.cfg.lua.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 9955c54..ae00b46 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -48,27 +48,27 @@ modules_enabled = { "version"; "websocket"; - -- Invites {% if not is_transport_server %} + -- Invites "http"; "http_libjs"; {% endif %} - -- Turn {% if not is_transport_server %} + -- Turn "turn_external"; {% endif %} - -- Spam {% if not is_transport_server %} + -- Spam "anti_spam"; "report_forward"; "spam_reporting"; "watch_spam_reports"; {% endif %} - -- S2S {% if not is_transport_server %} + -- S2S "s2s_auth_dane_in"; "s2s_bidi"; {% endif %} |
