Software /
code /
prosody
Changeset
12351:1418fd275b81
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Mar 2022 10:23:10 +0000 |
parents | 12350:afe310107302 |
children | 12352:bad813103cd4 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Wed Mar 02 16:53:52 2022 +0000 +++ b/prosody.cfg.lua.dist Thu Mar 03 10:23:10 2022 +0000 @@ -23,8 +23,9 @@ -- Example: admins = { "user1@example.com", "user2@example.net" } admins = { } --- You can use this option allows you to specify additional locations where Prosody --- will first look for modules. For community modules, see https://modules.prosody.im/ +-- This option allows you to specify additional locations where Prosody +-- will search first for modules. For additional modules you can install, see +-- the community module repository at https://modules.prosody.im/ --plugin_paths = {} -- This is the list of modules Prosody will load on startup.