mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1008 from larchange/stretch-unstable
Add logging and persistent as default config for new muc room
This commit is contained in:
commit
5e4484ddcc
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ Component "muc.{{ domain }}" "muc"
|
|||
|
||||
muc_event_rate = 0.5
|
||||
muc_burst_factor = 10
|
||||
room_default_config = {
|
||||
logging = true,
|
||||
persistent = true
|
||||
};
|
||||
|
||||
---Set up a PubSub server
|
||||
Component "pubsub.{{ domain }}" "pubsub"
|
||||
|
|
Loading…
Add table
Reference in a new issue