Comparison

prosody.cfg.lua.dist @ 12352:bad813103cd4

prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled This is a very old statement, but people generally don't need to check for the files, and shouldn't be encouraged to put them in Prosody's source dir. The installer will be the way forward for most people, and hg for the rest. Manually moving files into the right place is not something most users should be doing.
author Matthew Wild <mwild1@gmail.com>
date Thu, 03 Mar 2022 10:24:59 +0000
parent 12351:1418fd275b81
child 13694:293533fa5667
comparison
equal deleted inserted replaced
12351:1418fd275b81 12352:bad813103cd4
27 -- will search first for modules. For additional modules you can install, see 27 -- will search first for modules. For additional modules you can install, see
28 -- the community module repository at https://modules.prosody.im/ 28 -- the community module repository at https://modules.prosody.im/
29 --plugin_paths = {} 29 --plugin_paths = {}
30 30
31 -- This is the list of modules Prosody will load on startup. 31 -- This is the list of modules Prosody will load on startup.
32 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
33 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules 32 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules
34 modules_enabled = { 33 modules_enabled = {
35 34
36 -- Generally required 35 -- Generally required
37 "disco"; -- Service discovery 36 "disco"; -- Service discovery