Skip to content
Snippets Groups Projects

Jabber umzug

Merged Jens Sandmann requested to merge jabber-umzug into master
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
@@ -71,7 +71,7 @@ modules_disabled = {
-- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server connections
-- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
}
-- Disable account creation by default, for security
@@ -146,8 +146,8 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
-- Logging configuration
-- For advanced logging see https://prosody.im/doc/logging
log = {
info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "prosody.err";
info = "/var/log/prosody/prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "/var/log/prosody/prosody.err";
-- "*syslog"; -- Uncomment this for logging to syslog
"*console"; -- Log to the console, useful for debugging with daemonize=false
}
@@ -190,9 +190,8 @@ Component "muc.jabber-test.warpzone.ms" "muc"
groups_file = "/etc/prosody/groups.txt"
--- Configure the posix module so it works with docker
run_as_root = true -- Are you crazy? Prosody doesn't need root access!
daemonize = false
pidfile = "/tmp/prosody.pid"
-- daemonize = false
-- pidfile = "/tmp/prosody.pid"
---Set up an external component (default component port is 5347)
--
Loading