diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-12 16:12:47 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-12 16:12:47 +0100 |
commit | d797b1fd65ba73c48e1933cc8042db0cc548094a (patch) | |
tree | d53c18b406f18c236ccee7b72ab71d57d2d5b35c /data | |
parent | cec1151ecb577a270b9e1f0ae5eaa238d3269ae8 (diff) | |
download | poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.gz poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.bz2 poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.tar.xz poezio-d797b1fd65ba73c48e1933cc8042db0cc548094a.zip |
Implement user gaming (xep-0196)
- configuration options
- theming options
- /gaming
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 19f435bc..a3e3a49b 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -349,6 +349,15 @@ display_tune_notifications = false # option will be ignored. enable_user_tune = true +# Display user gaming notifications as information messages or not +display_gaming_notifications = false + +# Receive the gaming notifications or not (in order to display informations +# in the roster). +# If this is set to false, then the display_gaming_notifications +# option will be ignored. +enable_user_gaming = true + # Display user mood notifications as information messages or not display_mood_notifications = false |