Skip to content
Snippets Groups Projects
Verified Commit 753d101a authored by blallo's avatar blallo
Browse files

Fix creation of private group chats

parent f857f78d
No related branches found
No related tags found
1 merge request!220Sistemazioni e pulizia prosody xmpp
Pipeline #45758 passed
...@@ -145,6 +145,9 @@ VirtualHost "{{ domain }}" ...@@ -145,6 +145,9 @@ VirtualHost "{{ domain }}"
key = "/etc/credentials/public/{{ domain }}/privkey.pem"; key = "/etc/credentials/public/{{ domain }}/privkey.pem";
certificate = "/etc/credentials/public/{{ domain }}/fullchain.pem"; certificate = "/etc/credentials/public/{{ domain }}/fullchain.pem";
} }
disco_items = {
{ "conference.jabber.{{ domain }}", "Conference rooms for {{ domain }}" };
}
Component "conference.jabber.{{ domain }}" "muc" Component "conference.jabber.{{ domain }}" "muc"
name = "Conference rooms for {{ domain }}" name = "Conference rooms for {{ domain }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment