diff mcabber/mcabberrc.example @ 1188:ef40688d87bd

Add option 'buddy_me_fulljid' When a contacts sends "/me ", mcabber used to display "*user@server.net ", which can take a lot of space. It now displays only "*user ", but the old behaviour can be kept with the new option.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 20 Apr 2007 18:02:38 +0200
parents 9726c78a91f3
children e802ec0c02d2
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Fri Apr 20 17:14:38 2007 +0200
+++ b/mcabber/mcabberrc.example	Fri Apr 20 18:02:38 2007 +0200
@@ -272,6 +272,12 @@
 # - 3: "name" (if the name is the same as the jid, use <jid/res>)
 #set buddy_format = 2
 #
+# When a contacts sends "/me ", mcabber displays "*user ", where user
+# is the local part of the contact's jid.
+# If you want mcabber to display the complete bare jid (user@server.com),
+# set "buddy_me_fulljid" to 1 (default: 0)
+#set buddy_me_fulljid = 1
+#
 # Display the status changes in the chat buffers (default: 0, never)
 # Values:  0: never  1: only connect/disconnect  2: all
 #set show_status_in_buffer = 1