forked from Lainports/opnsense-ports
7 lines
220 B
Text
7 lines
220 B
Text
To be able to use prosody-modules add this line to your
|
|
%%PREFIX%%/etc/prosody/prosody.cfg.lua configuration:
|
|
|
|
plugin_paths = { "%%INSTALLPATH%%" }
|
|
|
|
and add the modules you want to load in the section
|
|
"modules_enabled".
|