From 32397aa0c36372a2e0b1aefb1128e1a464498151 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 6 Sep 2017 13:48:33 +0200 Subject: [PATCH] Replace example config of drop_chat_states with queue_* in mod_client_state (#1985) --- config/ejabberd.exs | 2 +- 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: {}