From cec1151ecb577a270b9e1f0ae5eaa238d3269ae8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 11 Mar 2013 23:06:52 +0100 Subject: Fix #1839 (User mood/activity) - Added as always new theming variables: CHAR_ROSTER_MOOD, CHAR_ROSTER_ACTIVITY (a SNOWMAN!) COLOR_ROSTER_MOOD, COLOR_ROSTER_ACTIVITY - Added two new notification types in Theme.INFO_COLORS (mood/activity) - Added new configuration options: display_mood/activity/tune_notifications (those can be set for a specific JID) enable_user_tune/nick/activity/mood - Added /activity and /mood commands, with completions - Moved the old /activity to /last_activity - Details are show in the ContactInfoWin if there is room, or with "i" on a contact in the roster. --- doc/en/configure.txt | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) (limited to 'doc/en/configure.txt') diff --git a/doc/en/configure.txt b/doc/en/configure.txt index ecd1fc40..a11b7e66 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -118,11 +118,40 @@ section of this documentation. If set to true, notifications about the music your contacts listen to will be displayed in the info buffer as 'Tune' messages. +*display_mood_notifications*:: false + + If set to true, notifications about the mood of your contacts + will be displayed in the info buffer as 'Mood' messages. + +*display_activity_notifications*:: false + + If set to true, notifications about the current activity of your contacts + will be displayed in the info buffer as 'Activity' messages. + *display_user_color_in_join_part*:: false If set to true, the color of the nick will be used in MUCs information messages, instead of the default color from the theme. +*enable_user_activity*:: true + + Set this to false if you don’t want to receive the mood of your contacts + anymore. + +*enable_user_mood*:: true + + Set this to false if you don’t want to receive the mood of your contacts + anymore. + +*enable_user_nick*:: true + + Set to false if you don’t want your contacts to hint you their identity. + +*enable_user_tune*:: true + + If this is set to false, you will no longer be subscribed to tune events, + and the display_tune_notifications option will be ignored. + *enable_vertical_tab_list*:: false If true, a vertical list of tabs, with their name, is displayed on the left of @@ -281,11 +310,6 @@ section of this documentation. If the message takes more than one line, the popup will stay visible two more second per additional lines. -*receive_user_tune*:: true - - If this is set to false, you will no longer be subscribed to tune events, - and the display_tune_notifications option will be ignored. - *remote_fifo_path*:: ./poezio.fifo The path of the FIFO used to send the commands (see the exec_remote option). @@ -543,11 +567,26 @@ bar = false Disable the beeps triggered by this conversation. Works in MucTab, PrivateTab and ConversationTab. +*display_activity_notifications*:: false + + If set to true, notifications about the current activity of your contacts + will be displayed in the info buffer as 'Activity' messages. + +*display_mood_notifications*:: false + + If set to true, notifications about the mood of your contacts + will be displayed in the info buffer as 'Mood' messages. + *display_user_color_in_join_part*:: false If set to true, the color of the nick will be used in MUCs information messages, instead of the default color from the theme. +*display_tune_notifications*:: false + + If set to true, notifications about the music your contacts listen to + will be displayed in the info buffer as 'Tune' messages. + *hide_exit_join*:: -1 Exact same thing than hide_status_change, except that it concerns -- cgit v1.2.3