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 /doc/en | |
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 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index a11b7e66..0b94a7a8 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -113,6 +113,11 @@ section of this documentation. the nick you will use when joining a room with no associated nick If this is empty, the $USER environnement variable will be used +*display_gaming_notifications*:: false + + If set to true, notifications about the games your are playing + will be displayed in the info buffer as 'Gaming' messages. + *display_tune_notifications*:: false If set to true, notifications about the music your contacts listen to @@ -135,7 +140,12 @@ section of this documentation. *enable_user_activity*:: true - Set this to false if you don’t want to receive the mood of your contacts + Set this to false if you don’t want to receive the activity of your contacts + anymore. + +*enable_user_gaming*:: true + + Set this to false if you don’t want to receive the gaming activity of your contacts anymore. *enable_user_mood*:: true @@ -572,6 +582,12 @@ bar = false If set to true, notifications about the current activity of your contacts will be displayed in the info buffer as 'Activity' messages. +*display_gaming_notifications*:: false + + If set to true, notifications about the game your are playing + will be displayed in the info buffer as 'Gaming' messages. + + *display_mood_notifications*:: false If set to true, notifications about the mood of your contacts |