Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 5623:5752391fa27d
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 24 May 2013 13:55:28 +0100 |
parent | 5615:b678868cf2d8 |
child | 5624:187f734bc996 |
comparison
equal
deleted
inserted
replaced
5622:8bd1548a48b1 | 5623:5752391fa27d |
---|---|
76 -- to disable them then uncomment them here: | 76 -- to disable them then uncomment them here: |
77 modules_disabled = { | 77 modules_disabled = { |
78 -- "offline"; -- Store offline messages | 78 -- "offline"; -- Store offline messages |
79 -- "c2s"; -- Handle client connections | 79 -- "c2s"; -- Handle client connections |
80 -- "s2s"; -- Handle server-to-server connections | 80 -- "s2s"; -- Handle server-to-server connections |
81 }; | 81 } |
82 | 82 |
83 -- Disable account creation by default, for security | 83 -- Disable account creation by default, for security |
84 -- For more information see http://prosody.im/doc/creating_accounts | 84 -- For more information see http://prosody.im/doc/creating_accounts |
85 allow_registration = false; | 85 allow_registration = false; |
86 | 86 |