summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-05-23 21:02:51 +0100
committerMatthew Fennell <matthew@fennell.dev>2024-05-23 21:02:51 +0100
commitb997dabfebe74422de510884b68480fcb3bf1780 (patch)
tree08475967e5b2fa368bc1c3e76aab8e8d58562745 /files/prosody.cfg.lua.j2
parent850275469f7da1a9829edfe45bd40b40d3cc6a02 (diff)
Add anonymous subdomain when requested
This will primiarly be used for motoristic.
Diffstat (limited to 'files/prosody.cfg.lua.j2')
-rw-r--r--files/prosody.cfg.lua.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2
index e20ba4e..b107536 100644
--- a/files/prosody.cfg.lua.j2
+++ b/files/prosody.cfg.lua.j2
@@ -9,6 +9,7 @@ modules_enabled = {
"admin_shell";
"blocklist";
"bookmarks";
+ "bosh";
"carbons";
"cloud_notify";
"csi_battery_saver";
@@ -31,7 +32,6 @@ modules_enabled = {
"smacks";
"time";
"tls";
- "turn_external";
"uptime";
"vcard4";
"vcard_legacy";