Prosody: Small changes to default config
This commit is contained in:
parent
76fa8ac99f
commit
cdedea6826
1 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,7 @@ modules_enabled = {
|
||||||
"register"; -- Allow users to register on this server using a client and change passwords
|
"register"; -- Allow users to register on this server using a client and change passwords
|
||||||
|
|
||||||
-- Admin interfaces
|
-- Admin interfaces
|
||||||
--"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
|
"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
|
||||||
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
|
--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
|
||||||
|
|
||||||
-- HTTP modules
|
-- HTTP modules
|
||||||
|
@ -79,15 +79,17 @@ modules_enabled = {
|
||||||
|
|
||||||
-- Community Modules
|
-- Community Modules
|
||||||
"admin_blocklist";
|
"admin_blocklist";
|
||||||
|
"admin_web";
|
||||||
"blocking";
|
"blocking";
|
||||||
"carbons";
|
"carbons";
|
||||||
"cloud_notify";
|
"cloud_notify";
|
||||||
"csi";
|
"csi";
|
||||||
|
"http_upload";
|
||||||
"mam";
|
"mam";
|
||||||
|
"password_reset";
|
||||||
"privacy_lists";
|
"privacy_lists";
|
||||||
"smacks";
|
"smacks";
|
||||||
"smacks_offline";
|
"smacks_offline";
|
||||||
"http_upload";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
-- These modules are auto-loaded, but should you want
|
-- These modules are auto-loaded, but should you want
|
||||||
|
@ -197,11 +199,9 @@ Component "conference.example.com" "muc"
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"muc_mam";
|
"muc_mam";
|
||||||
"remote_roster";
|
"remote_roster";
|
||||||
|
"vcard_muc";
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Administration by XMPP messages
|
|
||||||
Component "con@example.com" "admin_message"
|
|
||||||
|
|
||||||
-- Set up a bytestream proxy for server-proxied file transfers:
|
-- Set up a bytestream proxy for server-proxied file transfers:
|
||||||
Component "proxy65.example.com" "proxy65"
|
Component "proxy65.example.com" "proxy65"
|
||||||
proxy65_acl = {
|
proxy65_acl = {
|
||||||
|
|
Reference in a new issue