prosody 13.0.6
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
local getenv = Lua.os.getenv
|
||||
|
||||
plugin_paths = { "/usr/local/lib/prosody/custom-modules/" };
|
||||
|
||||
-- table of enabled modules
|
||||
@@ -19,6 +21,7 @@ modules_enabled = {
|
||||
"carbons"; -- Share and sync conversations (XEP-0280)
|
||||
"csi_simple"; -- Buffer unimportant traffic for simple optimisation for clients using state indication
|
||||
"limits"; -- Enable bandwidth limiting for XMPP connections
|
||||
"bookmarks"; -- Converts between old and new ways to store chat room bookmarks
|
||||
|
||||
-- Nice to have
|
||||
"version"; -- Replies to server version requests
|
||||
@@ -35,10 +38,11 @@ modules_enabled = {
|
||||
|
||||
-- HTTP modules
|
||||
"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
||||
"websocket"; -- Enable mod_websocket
|
||||
--"http_files"; -- Serve static files from a directory over HTTP
|
||||
|
||||
-- Other specific functionality
|
||||
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||
--"groups"; -- Shared roster support
|
||||
"announce"; -- Send announcement to all online users
|
||||
--"welcome"; -- Welcome users who register accounts
|
||||
@@ -46,7 +50,9 @@ modules_enabled = {
|
||||
--"motd"; -- Send a message to users when they log in
|
||||
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||
"lastactivity";
|
||||
"server_contact_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0157.
|
||||
"server_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0158.
|
||||
"cloud_notify";
|
||||
|
||||
};
|
||||
|
||||
-- modules_enabled = mods_enabled;
|
||||
|
||||
Reference in New Issue
Block a user