Add logging and persistent as default config for new muc room

This commit is contained in:
Gabriel 2020-05-26 19:07:09 +01:00
parent d24f317d58
commit a2b85b7523

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"