From d797b1fd65ba73c48e1933cc8042db0cc548094a Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 12 Mar 2013 16:12:47 +0100 Subject: Implement user gaming (xep-0196) - configuration options - theming options - /gaming --- data/default_config.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') 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 -- cgit v1.2.3