comparison mcabber/mcabberrc.example @ 232:9a6ba4b38e63

[/trunk] Changeset 245 by mikael * Fix backspace handling (KEY_BACKSPACE isn't reliable) * UTF-8 locale detection * Display a warning when the locale is UTF-8 * Display log notice when sending a notification request message * Update TODO * Update INSTALL and mcabberrc.example files for better explanations
author mikael
date Wed, 08 Jun 2005 18:33:28 +0000
parents 151b94061450
children 8d3d5bd52da3
comparison
equal deleted inserted replaced
231:193c08454aac 232:9a6ba4b38e63
7 7
8 username = yourusername 8 username = yourusername
9 #password = yourpassword 9 #password = yourpassword
10 server = your.jabber.server 10 server = your.jabber.server
11 #port = 5222 11 #port = 5222
12 resource = yourresource 12 # If you don't know what a resource is, you can leave "mcabber" here.
13 resource = mcabber
13 ssl = 0 14 ssl = 0
14 15
15 # Keepalive 16 # Keepalive
16 # If you need a ping/keepalive to leave your connection open, you 17 # If you need a ping/keepalive to leave your connection open, you
17 # can use the pinginterval. Setting this option to 0 disables the ping. 18 # can use the pinginterval. Setting this option to 0 disables the ping.