e77f139df9
* Modules for net-im/prosody * Based on the patch by Martin Sugioarto <martin@sugioarto.com> PR: 214960 Reviewed by: rakuco, mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10400
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".
|