Skip to content
Snippets Groups Projects
Commit 543cb95e authored by Jens Sandmann's avatar Jens Sandmann
Browse files

jabber: removed artifacts from test setup

parent 56900b8c
No related branches found
No related tags found
1 merge request!8Jabber umzug
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -71,6 +71,7 @@ modules_disabled = { ...@@ -71,6 +71,7 @@ modules_disabled = {
-- "offline"; -- Store offline messages -- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections -- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server 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. "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
} }
...@@ -117,10 +118,8 @@ s2s_secure_auth = false ...@@ -117,10 +118,8 @@ s2s_secure_auth = false
-- server please see https://prosody.im/doc/modules/mod_auth_internal_hashed -- server please see https://prosody.im/doc/modules/mod_auth_internal_hashed
-- for information about using the hashed backend. -- for information about using the hashed backend.
authentication = "internal_hashed"
authentication = "cyrus"
-- Select the storage backend to use. By default Prosody uses flat files -- Select the storage backend to use. By default Prosody uses flat files
-- in its configured data directory, but it also supports more backends -- in its configured data directory, but it also supports more backends
...@@ -193,9 +192,6 @@ Component "muc.jabber.warpzone.ms" "muc" ...@@ -193,9 +192,6 @@ Component "muc.jabber.warpzone.ms" "muc"
--- Configure where the groups are stated --- Configure where the groups are stated
groups_file = "/etc/prosody/groups.txt" 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) ---Set up an external component (default component port is 5347)
-- --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment