Merge pull request #1164 from larchange/stanza_mention

[metronome/xmpp] deactivate stanza mention optimization / have quick notification in chat group
This commit is contained in:
Alexandre Aubin 2021-06-03 19:53:18 +02:00 committed by GitHub
commit 03c6646a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,10 @@ allow_registration = false
-- Use LDAP storage backend for all stores
storage = "ldap"
-- stanza optimization
csi_config_queue_all_muc_messages_but_mentions = false;
-- Logging configuration
log = {
info = "/var/log/metronome/metronome.log"; -- Change 'info' to 'debug' for verbose logging