Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 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 |
parent | 12350:afe310107302 |
child | 12352:bad813103cd4 |
comparison
equal
deleted
inserted
replaced
12350:afe310107302 | 12351:1418fd275b81 |
---|---|
21 -- for the server. Note that you must create the accounts separately | 21 -- for the server. Note that you must create the accounts separately |
22 -- (see https://prosody.im/doc/creating_accounts for info) | 22 -- (see https://prosody.im/doc/creating_accounts for info) |
23 -- Example: admins = { "user1@example.com", "user2@example.net" } | 23 -- Example: admins = { "user1@example.com", "user2@example.net" } |
24 admins = { } | 24 admins = { } |
25 | 25 |
26 -- You can use this option allows you to specify additional locations where Prosody | 26 -- This option allows you to specify additional locations where Prosody |
27 -- will first look for modules. For community modules, see https://modules.prosody.im/ | 27 -- will search first for modules. For additional modules you can install, see |
28 -- the community module repository at https://modules.prosody.im/ | |
28 --plugin_paths = {} | 29 --plugin_paths = {} |
29 | 30 |
30 -- This is the list of modules Prosody will load on startup. | 31 -- This is the list of modules Prosody will load on startup. |
31 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. | 32 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. |
32 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules | 33 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules |