http://r53zi7kxyqd72fuvhztzi25fo2bze7fqjefze7k6t6kiq74pzaq5suyd.onion/posts/2022/2022-04-21.html
You can set the modules path, as well as the prosody-modules directory. plugin_paths = { "/usr/lib/prosody/modules", "/dir/of/prosody-modules" } Define the modules you want to be enabled. Some of them are already enabled by default. modules_enabled {
-- Generally required
"roster";
"saslauth";
"tls";
"dialback";
"disco";
-- Not essential, but recommended
"carbons";
"pep";
"private";
"blocklist";
"vcard4";
"vcard_legacy"
-- Nice to have
...