# HG changeset patch # User Emmanuel Gil Peyrot # Date 1469378175 -3600 # Node ID e81ceca529c5742e1463f459651aee4bdbdcdcae # Parent f74ff35a4b03b504049c4bbf2bb582e596bf5483 Default configuration: Remove trailing whitespaces diff -r f74ff35a4b03 -r e81ceca529c5 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sat Jul 23 18:58:58 2016 +0200 +++ b/prosody.cfg.lua.dist Sun Jul 24 17:36:15 2016 +0100 @@ -41,7 +41,7 @@ -- 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 @@ -- 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