Fix prosody config.
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
admins = { "admin@guschin.info", "admin@xmpp.guschin.info" }
|
admins = { "admin@guschin.info", "admin@xmpp.guschin.info" }
|
||||||
|
|
||||||
|
plugin_paths = { "/usr/lib/prosody/modules" }
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
-- Generally required
|
-- Generally required
|
||||||
"roster";
|
"roster";
|
||||||
@@ -27,6 +29,7 @@ modules_enabled = {
|
|||||||
"admin_adhoc";
|
"admin_adhoc";
|
||||||
|
|
||||||
-- Gateway support
|
-- Gateway support
|
||||||
|
"privilege";
|
||||||
"http_file_share";
|
"http_file_share";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user