aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-07-24 17:36:15 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-07-24 17:36:15 +0100
commit6487d371acf4aec70cf51ef8fcb44cfe06c23e76 (patch)
tree5e315f6936b26629d24f78cf25e2f7efb568f184 /prosody.cfg.lua.dist
parent6b59d7d9da7d8ebe92a5f2bf93a76ac98b057241 (diff)
downloadprosody-6487d371acf4aec70cf51ef8fcb44cfe06c23e76.tar.gz
prosody-6487d371acf4aec70cf51ef8fcb44cfe06c23e76.zip
Default configuration: Remove trailing whitespaces
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 15725a35..c42e56d0 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -41,7 +41,7 @@ modules_enabled = {
-- Not essential, but recommended
"private"; -- Private XML storage (for room bookmarks, etc.)
"vcard"; -- Allow users to set vCards
-
+
-- These are commented by default as they have a performance impact
--"blocklist"; -- Allow users to block communications with other users
--"compression"; -- Stream compression
@@ -57,7 +57,7 @@ modules_enabled = {
-- Admin interfaces
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
-
+
-- HTTP modules
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
--"http_files"; -- Serve static files from a directory over HTTP