Skip to content
Snippets Groups Projects
Commit 050653ee authored by blallo's avatar blallo
Browse files

Merge branch 's2s-certs' into 'master'

Ensure conference MUC component certs are specified

See merge request !257
parents d710fed9 d6bbe744
No related branches found
No related tags found
1 merge request!257Ensure conference MUC component certs are specified
......@@ -30,7 +30,6 @@ modules_enabled = {
"ping"; -- Replies to XMPP pings with pongs
"mam"; -- Store messages in an archive and allow users to access it
"csi_simple"; -- Simple Mobile optimizations
"carbons"; -- Enable XEP-0280: Message Carbons
-- Admin interfaces
--"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
......@@ -154,6 +153,10 @@ Component "conference.jabber.{{ domain }}" "muc"
"muc_mam";
"vcard_muc";
}
ssl = {
key = "/etc/credentials/public/{{ domain }}/privkey.pem";
certificate = "/etc/credentials/public/{{ domain }}/fullchain.pem";
}
max_history_messages = 500;
muc_room_default_public = false;
muc_room_default_persistent = true;
......
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