summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua.j2
diff options
context:
space:
mode:
Diffstat (limited to 'files/prosody.cfg.lua.j2')
-rw-r--r--files/prosody.cfg.lua.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2
index ae00b46..5f76dc8 100644
--- a/files/prosody.cfg.lua.j2
+++ b/files/prosody.cfg.lua.j2
@@ -73,6 +73,11 @@ modules_enabled = {
"s2s_bidi";
{% endif %}
+{% if is_transport_server %}
+ -- Privileged components
+ "privilege";
+{% endif %}
+
}
modules_disabled = {