diff -r 0d5ece2324c6 -r a859ed648638 mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Fri Jan 27 22:09:26 2012 +0100 +++ b/mcabber/mcabberrc.example Tue Feb 28 20:26:22 2012 +0100 @@ -129,9 +129,9 @@ # running you can use "/roster display"). #set roster_display_filter = ofdna_ -# By default, mcabber adds an extra space before each buddy in the roster -# window for aesthetic purposes. You can remove it to gain a little space. -#set no_space_before_items = 0 +# By default, mcabber adds a leading space before each buddy in the roster. You +# can remove it to gain a little space. +#set roster_no_leading_space = 0 # By default command line completion is case-sensitive; this can be changed # by setting the option 'completion_ignore_case' to 1. @@ -327,6 +327,12 @@ # Set 'muc_auto_whois' to 1 if you want to call /room whois each time # somebody joins a room. (default: 0) #set muc_auto_whois = 0 +# Set 'muc_print_jid' to see real jid in non-anonynmous room when somebody +# joins. This setting will be ignored when auto_whois is enabled. +# 0: only nick (don't print jid even if available) +# 1: nick and bare jid +# 2: nick and full jid with resource +#set muc_print_jid = 1 # # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines # containing your nickname in a MUC room.