prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)

This commit is contained in:
Matthew Wild 2013-05-24 13:55:28 +01:00
parent c8d21f63ae
commit 7b3aac0e5d

View file

@ -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