diff options
author | Badlop <badlop@process-one.net> | 2017-09-06 13:48:33 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2017-09-06 13:48:33 +0200 |
commit | 32397aa0c36372a2e0b1aefb1128e1a464498151 (patch) | |
tree | e3d37f188a2e9c50859095e436410c3ca9884749 | |
parent | Block messages from strangers before mod_mam/mod_offline processing (diff) |
Replace example config of drop_chat_states with queue_* in mod_client_state (#1985)
-rw-r--r-- | config/ejabberd.exs | 2 | ||||
-rw-r--r-- | config/ejabberd.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/ejabberd.exs b/config/ejabberd.exs index 05c2b5d83..21bd0dc1e 100644 --- a/config/ejabberd.exs +++ b/config/ejabberd.exs @@ -84,7 +84,7 @@ defmodule Ejabberd.ConfigFile do module :mod_client_state do @opts [ - drop_chat_states: true, + queue_chat_states: true, queue_presence: false] end diff --git a/config/ejabberd.yml b/config/ejabberd.yml index 80fc3c622..2a06d74b3 100644 --- a/config/ejabberd.yml +++ b/config/ejabberd.yml @@ -560,7 +560,7 @@ modules: mod_caps: {} mod_carboncopy: {} mod_client_state: - drop_chat_states: true + queue_chat_states: true queue_presence: false mod_configure: {} # requires mod_adhoc mod_disco: {} |