From 3084a9cff7a25cb9868562951e768daa18a7d546 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 24 Feb 2011 20:41:52 +0100 Subject: Do not send chat states if send_chat_states = false in config --- data/default_config.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 02103571..42b27cb6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -126,6 +126,14 @@ themes_dir = # theme will be used instead theme = poezio +# if true, chat states will be sent to the people you are talking to. +# Chat states are, for example, messages informing that you are composing +# a message or that you closed the tab, etc +# Set to false if you don't want people to know these information +# Note that you won’t receive the chat states of your contacts +# if you don't send yours. +send_chat_states = true + # if true, information about the software (name and version) # will be sent if requested by anyone # Set to false if you don't want people to know these information -- cgit v1.2.3