Skip to content

Commit

Permalink
Replace example config of drop_chat_states with queue_* in mod_client…
Browse files Browse the repository at this point in the history
…_state (#1985)
  • Loading branch information
badlop committed Sep 6, 2017
1 parent 1a58a20 commit 32397aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/ejabberd.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/ejabberd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 32397aa

Please sign in to comment.