# HG changeset patch # User João Duarte # Date 1564190758 25200 # Node ID 9178d18a4ed73a31a1e010a4cdc4f0739cc83ec4 # Parent 4dac771ddf9f35f3f74e9f751a6786c25d3ddf3e prosody.cfg.lua.dist: Added a field for the installer's path diff -r 4dac771ddf9f -r 9178d18a4ed7 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri Jul 26 17:54:37 2019 -0700 +++ b/prosody.cfg.lua.dist Fri Jul 26 18:25:58 2019 -0700 @@ -32,6 +32,10 @@ -- 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