diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-24 13:55:28 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-24 13:55:28 +0100 |
commit | 99a515554ec1cff6f4417721d96eace012c0f3a7 (patch) | |
tree | 62500c30e71815a2e0380b79119eeb0e4697615f /prosody.cfg.lua.dist | |
parent | 1e6ba98ab9a82185e694bfd3c9c3fc5eeb24c281 (diff) | |
download | prosody-99a515554ec1cff6f4417721d96eace012c0f3a7.tar.gz prosody-99a515554ec1cff6f4417721d96eace012c0f3a7.zip |
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 3f440067..a662adcd 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -78,7 +78,7 @@ modules_disabled = { -- "offline"; -- Store offline messages -- "c2s"; -- Handle client connections -- "s2s"; -- Handle server-to-server connections -}; +} -- Disable account creation by default, for security -- For more information see http://prosody.im/doc/creating_accounts |