summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-08-05 00:05:11 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-08-05 00:05:11 +0200
commitc0497d46afcb6e3dd7b744e364e756e0b7a36f7e (patch)
tree21e7fa791aa79088d353856e64fb0d4b72aee2d1 /ejabberd.yml.example
parentRename muc_filter_packet to muc_filter_message (diff)
mod_client_state: Throttle stanzas by default
Enable the mod_client_state options "drop_chat_states" and "queue_presence" by default. These features are now well-tested in practice.
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index c57ef465..b4278eed 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -577,9 +577,7 @@ modules:
mod_blocking: {} # requires mod_privacy
mod_caps: {}
mod_carboncopy: {}
- mod_client_state:
- drop_chat_states: true
- queue_presence: false
+ mod_client_state: {}
mod_configure: {} # requires mod_adhoc
mod_disco: {}
## mod_echo: {}