diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 8 |
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 |