Merge pull request #1008 from larchange/stretch-unstable

Add logging and persistent as default config for new muc room
This commit is contained in:
Alexandre Aubin 2020-05-27 23:54:43 +02:00 committed by GitHub
commit 5e4484ddcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,10 @@ Component "muc.{{ domain }}" "muc"
muc_event_rate = 0.5 muc_event_rate = 0.5
muc_burst_factor = 10 muc_burst_factor = 10
room_default_config = {
logging = true,
persistent = true
};
---Set up a PubSub server ---Set up a PubSub server
Component "pubsub.{{ domain }}" "pubsub" Component "pubsub.{{ domain }}" "pubsub"