Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 3165:4ffb5469c1f6
Have defaultauth load by default
author | Jeff Mitchell <jeff@jefferai.org> |
---|---|
date | Thu, 27 May 2010 09:20:08 -0400 |
parent | 2984:3094166cfdd5 |
child | 3273:e9f5489ed2fe |
comparison
equal
deleted
inserted
replaced
3164:db9def53fe9c | 3165:4ffb5469c1f6 |
---|---|
69 -- them then uncomment them below | 69 -- them then uncomment them below |
70 modules_disabled = { | 70 modules_disabled = { |
71 -- "presence"; | 71 -- "presence"; |
72 -- "message"; | 72 -- "message"; |
73 -- "iq"; | 73 -- "iq"; |
74 -- "defaultauth"; | |
74 }; | 75 }; |
75 | 76 |
76 -- Disable account creation by default, for security | 77 -- Disable account creation by default, for security |
77 -- For more information see http://prosody.im/doc/creating_accounts | 78 -- For more information see http://prosody.im/doc/creating_accounts |
78 allow_registration = false; | 79 allow_registration = false; |