Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 4089:0bcbe6c24a6e
prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 07 Jan 2011 05:08:09 +0000 |
parent | 4087:e239504d8fff |
child | 4090:111734f49a65 |
comparison
equal
deleted
inserted
replaced
4087:e239504d8fff | 4089:0bcbe6c24a6e |
---|---|
71 | 71 |
72 -- These modules are auto-loaded, should you | 72 -- These modules are auto-loaded, should you |
73 -- (for some mad reason) want to disable | 73 -- (for some mad reason) want to disable |
74 -- them then uncomment them below | 74 -- them then uncomment them below |
75 modules_disabled = { | 75 modules_disabled = { |
76 -- "presence"; | 76 -- "presence"; -- Route user/contact status information |
77 -- "message"; | 77 -- "message"; -- Route messages |
78 -- "iq"; | 78 -- "iq"; -- Route info queries |
79 -- "offline"; -- Store offline messages | |
79 }; | 80 }; |
80 | 81 |
81 -- Disable account creation by default, for security | 82 -- Disable account creation by default, for security |
82 -- For more information see http://prosody.im/doc/creating_accounts | 83 -- For more information see http://prosody.im/doc/creating_accounts |
83 allow_registration = false; | 84 allow_registration = false; |