diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index cbab6f64..19f435bc 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -347,11 +347,29 @@ display_tune_notifications = false # in the roster). # If this is set to false, then the display_tune_notifications # option will be ignored. -receive_user_tune = true +enable_user_tune = true + +# Display user mood notifications as information messages or not +display_mood_notifications = false + +# Receive the mood notifications or not (in order to display informations +# in the roster). +# If this is set to false, then the display_mood_notifications +# option will be ignored. +enable_user_mood = true + +# Display user activity notifications as information messages or not +display_activity_notifications = false + +# Receive the activity notifications or not (in order to display informations +# in the roster). +# If this is set to false, then the display_activity_notifications +# option will be ignored. +enable_user_activity = true # If set to true, use the nickname broadcasted by the user if none has been # set manually. -use_pep_nick = true +enable_user_nick = true # 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 |