summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-24 20:41:52 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-02-24 20:41:52 +0100
commit3084a9cff7a25cb9868562951e768daa18a7d546 (patch)
tree6c554deeee60192efbef05e91510c52d28ca7682 /data
parent3f41cc89678b3cfe6be1ed0dd39aa9b57804b675 (diff)
downloadpoezio-3084a9cff7a25cb9868562951e768daa18a7d546.tar.gz
poezio-3084a9cff7a25cb9868562951e768daa18a7d546.tar.bz2
poezio-3084a9cff7a25cb9868562951e768daa18a7d546.tar.xz
poezio-3084a9cff7a25cb9868562951e768daa18a7d546.zip
Do not send chat states if send_chat_states = false in config
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg8
1 files changed, 8 insertions, 0 deletions
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