Skip to content
Snippets Groups Projects

Jabber umzug

Merged Jens Sandmann requested to merge jabber-umzug into master
1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
@@ -71,6 +71,7 @@ modules_disabled = {
-- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server connections
-- needs to be disabled so that prosody works inside docker
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
}
@@ -117,10 +118,8 @@ s2s_secure_auth = false
-- server please see https://prosody.im/doc/modules/mod_auth_internal_hashed
-- for information about using the hashed backend.
authentication = "internal_hashed"
authentication = "cyrus"
-- Select the storage backend to use. By default Prosody uses flat files
-- in its configured data directory, but it also supports more backends
@@ -193,9 +192,6 @@ Component "muc.jabber.warpzone.ms" "muc"
--- Configure where the groups are stated
groups_file = "/etc/prosody/groups.txt"
--- Configure the posix module so it works with docker
-- daemonize = false
-- pidfile = "/tmp/prosody.pid"
---Set up an external component (default component port is 5347)
--
Loading