Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 10210:9fdda9fafc3c
Merge mod-installer (2019 GSoC by João Duarte)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 19 Aug 2019 12:17:17 +0100 |
parent | 10176:9178d18a4ed7 |
child | 10422:cb6c0a5f9367 |
comparison
equal
deleted
inserted
replaced
10121:33f287519bf6 | 10210:9fdda9fafc3c |
---|---|
29 | 29 |
30 -- Prosody will always look in its source directory for modules, but | 30 -- Prosody will always look in its source directory for modules, but |
31 -- this option allows you to specify additional locations where Prosody | 31 -- this option allows you to specify additional locations where Prosody |
32 -- will look for modules first. For community modules, see https://modules.prosody.im/ | 32 -- will look for modules first. For community modules, see https://modules.prosody.im/ |
33 --plugin_paths = {} | 33 --plugin_paths = {} |
34 | |
35 -- Single directory for custom prosody plugins and/or Lua libraries installation | |
36 -- This path takes priority over plugin_paths, when prosody is searching for modules | |
37 --installer_plugin_path = "" | |
34 | 38 |
35 -- This is the list of modules Prosody will load on startup. | 39 -- This is the list of modules Prosody will load on startup. |
36 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. | 40 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. |
37 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules | 41 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules |
38 modules_enabled = { | 42 modules_enabled = { |