comparison mcabber/mcabberrc.example @ 1348:26d1dd2c948f

Add option 'roster_hide_domain' Add an option to only display usernames (not the full JIDs) in the roster window when no name has been specified.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 09 Nov 2007 23:33:52 +0100
parents 07816313073b
children 7caedca15e50
comparison
equal deleted inserted replaced
1347:07816313073b 1348:26d1dd2c948f
322 # position of the log window (top/bottom) and the position of the roster 322 # position of the log window (top/bottom) and the position of the roster
323 # (left/right). 323 # (left/right).
324 #set log_win_on_top = 0 324 #set log_win_on_top = 0
325 #set roster_win_on_right = 0 325 #set roster_win_on_right = 0
326 # 326 #
327 # By default, the displayed name of a contact in the roster window will
328 # be the jid if no name has been specified. You can use the following
329 # option if you only want to see the username part.
330 #set roster_hide_domain = 0
331 #
327 # Buddy name format (in status window): 332 # Buddy name format (in status window):
328 # - 0: (default) "<jid/resource>" 333 # - 0: (default) "<jid/resource>"
329 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 334 # - 1: "name <jid/resource>" (name is omitted if same as the jid)
330 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>) 335 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>)
331 # - 3: "name" (if the name is the same as the jid, use <jid/res>) 336 # - 3: "name" (if the name is the same as the jid, use <jid/res>)