diff options
author | Matthew Wild <mwild1@gmail.com> | 2019-08-19 12:17:17 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2019-08-19 12:17:17 +0100 |
commit | a1b8dd5db58a60936620502dfcf069e297a353a6 (patch) | |
tree | 0b8157172fb508a4b962032d663b6d9b2e31a600 /prosody.cfg.lua.dist | |
parent | 91a0bce2b12a098408d7a67f77b5c42e9421e00b (diff) | |
parent | 8a6819c5643736a0fc7d4c45f496ad958796d36e (diff) | |
download | prosody-a1b8dd5db58a60936620502dfcf069e297a353a6.tar.gz prosody-a1b8dd5db58a60936620502dfcf069e297a353a6.zip |
Merge mod-installer (2019 GSoC by Jo?o Duarte)
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index f7f7b731..0d74cf66 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -32,6 +32,10 @@ admins = { } -- will look for modules first. For community modules, see https://modules.prosody.im/ --plugin_paths = {} +-- Single directory for custom prosody plugins and/or Lua libraries installation +-- This path takes priority over plugin_paths, when prosody is searching for modules +--installer_plugin_path = "" + -- This is the list of modules Prosody will load on startup. -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules |