comparison mcabber/mcabberrc.example @ 85:19f57e681252

[/trunk] Changeset 99 by mikael * Update config file.
author mikael
date Sun, 17 Apr 2005 19:52:17 +0000
parents 5b1249ce812d
children f600615c490d
comparison
equal deleted inserted replaced
84:134fe2567f07 85:19f57e681252
1 # Sample .mcabberrc file 1 # Sample ~/.mcabberrc file
2 2
3 # The jid will be the following: username@server/resource 3 # The jid will be the following: username@server/resource
4 # If password is not given, it will be interactively asked for.
5 # If port is not given, default Jabber port will be used.
4 # Use ssl = 1 to enable SSL 6 # Use ssl = 1 to enable SSL
5 7
6 username = yourusername 8 username = yourusername
7 password = yourpassword 9 #password = yourpassword
8 server = your.jabber.server 10 server = your.jabber.server
9 port = 5222 11 #port = 5222
10 resource = yourresource 12 resource = yourresource
11 ssl = 0 13 ssl = 0
12 14
13 15
14 # The colors 16 # The colors
15 # Note: the following settings may or may not be used currently... :) 17 # NOTE: the following settings may or may not be used currently... :)
16 18
17 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 19 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
18 color_background = blue 20 color_background = blue
19 color_backselected = cyan 21 color_backselected = cyan
20 color_borderlines = white 22 color_borderlines = white