From: Badlop Date: Wed, 6 Sep 2017 11:48:33 +0000 (+0200) Subject: Replace example config of drop_chat_states with queue_* in mod_client_state (#1985) X-Git-Tag: 17.09~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32397aa0c36372a2e0b1aefb1128e1a464498151;p=ejabberd Replace example config of drop_chat_states with queue_* in mod_client_state (#1985) --- 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: {}