# HG changeset patch # User Matthew Wild # Date 1369400399 -3600 # Node ID 187f734bc9960c80e89d66755d1ab5f13421de1e # Parent 5752391fa27d3dcadbed509569ee9deab0356022 prosody.cfg.lua: Remove some more sneaky ';' characters from the config diff -r 5752391fa27d -r 187f734bc996 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri May 24 13:55:28 2013 +0100 +++ b/prosody.cfg.lua.dist Fri May 24 13:59:59 2013 +0100 @@ -24,7 +24,7 @@ -- Enable use of libevent for better performance under high load -- For more information see: http://prosody.im/doc/libevent ---use_libevent = true; +--use_libevent = true -- This is the list of modules Prosody will load on startup. -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. @@ -70,7 +70,7 @@ --"watchregistrations"; -- Alert admins of registrations --"motd"; -- Send a message to users when they log in --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. -}; +} -- These modules are auto-loaded, but should you want -- to disable them then uncomment them here: @@ -82,7 +82,7 @@ -- Disable account creation by default, for security -- For more information see http://prosody.im/doc/creating_accounts -allow_registration = false; +allow_registration = false -- These are the SSL/TLS-related settings. If you don't want -- to use SSL/TLS, you may comment or remove this