comparison mcabber/mcabberrc.example @ 1610:6db9f403f707

Replace 'username' with 'jid' in the configuration file The previous behaviour doesn't make much sense anymore. MCabber does DNS SRV lookups so providing the server name is usually not needed.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 20:06:47 +0200
parents 79f3b780821a
children 4c7104ec5f3b
comparison
equal deleted inserted replaced
1609:af5bdd167b04 1610:6db9f403f707
2 2
3 # Note about this file syntax: 3 # Note about this file syntax:
4 # - Leading and trailing spaces are ignored. 4 # - Leading and trailing spaces are ignored.
5 # - Empty lines and lines beginning with a '#' are ignored. 5 # - Empty lines and lines beginning with a '#' are ignored.
6 6
7 # The jid will be the following: username@server 7 # Please provide your Jabber (XMPP) identifier:
8 # If your jid's domain name is different from the server name, 8 set jid = yourusername@domain
9 # you can specify your complete jid as username. 9
10 #
11 # If password is not given, it will be interactively asked for. 10 # If password is not given, it will be interactively asked for.
12 # If port is not given, default Jabber port will be used.
13 #
14 # Warning to GTalk users! please see the FAQ:
15 # <http://wiki.mcabber.com/index.php/Frequently_Asked_Questions>
16
17 set username = yourusername
18 # Note: if the password contains leading or trailing spaces, you must 11 # Note: if the password contains leading or trailing spaces, you must
19 # enclose it with quotes: set password = " example password " 12 # enclose it with quotes: set password = " example password "
20 #set password = yourpassword 13 #set password = yourpassword
21 set server = your.jabber.server 14
15 # You can provide a server name if you want mcabber to connect
16 # to a specific server.
17 #set server = your.jabber.server
18
19 # If port is not given, mcabber will try to find it out.
22 #set port = 5222 20 #set port = 5222
23 # 21
24 # If you don't know what a resource is, do not set it. 22 # If you don't know what a resource is, do not set it.
25 # Set disable_random_resource to 1 if you don't want mcabber to add a random 23 # Set disable_random_resource to 1 if you don't want mcabber to add a random
26 # suffix to the resource name. 24 # suffix to the resource name.
27 #set resource = mcabber 25 #set resource = mcabber
28 #set disable_random_resource = 0 26 #set disable_random_resource = 0
29 # 27
30 #set priority = 3 28 #set priority = 3
31 #set priority_away = 0 29 #set priority_away = 0
32 30
33 # Set 'ignore_self_presence' to 1 if you do not want to see your own 31 # Set 'ignore_self_presence' to 1 if you do not want to see your own
34 # presence in your roster (default: 0). 32 # presence in your roster (default: 0).
45 # ssl certificate matches ssl_fingerprint. 43 # ssl certificate matches ssl_fingerprint.
46 # You can get the fingerprint of your server either with gnutls or openssl: 44 # You can get the fingerprint of your server either with gnutls or openssl:
47 # 1. gnutls-cli -p 5223 $your_server 45 # 1. gnutls-cli -p 5223 $your_server
48 # 2. openssl s_client -connect $your_server:5223 | \ 46 # 2. openssl s_client -connect $your_server:5223 | \
49 # openssl x509 -fingerprint -md5 -noout 47 # openssl x509 -fingerprint -md5 -noout
50 set ssl_fingerprint = 97:5C:00:3F:1D:77:45:25:E2:C5:70:EC:83:C8:87:EE 48 #set ssl_fingerprint = 97:5C:00:3F:1D:77:45:25:E2:C5:70:EC:83:C8:87:EE
51 # Set ssl_ignore_checks to 1 to disable all certificate checks except the 49 # Set ssl_ignore_checks to 1 to disable all certificate checks except the
52 # fingerprint check. 50 # fingerprint check.
53 #set ssl_ignore_checks = 0 51 #set ssl_ignore_checks = 0
54 52
55 # PGP support 53 # PGP support
70 #pgp_passphrase_retries = 2 68 #pgp_passphrase_retries = 2
71 69
72 # Conference nickname 70 # Conference nickname
73 # This nickname is used when joining a room, when no nick is explicitly 71 # This nickname is used when joining a room, when no nick is explicitly
74 # specified by the user. Note that when the nickname option is not set, 72 # specified by the user. Note that when the nickname option is not set,
75 # the username variable can be used. 73 # the jid variable can be used.
76 #set nickname = Abitbol 74 #set nickname = Abitbol
77 75
78 # Proxy 76 # Proxy
79 # mcabber can use a proxy if it supports the CONNECT method 77 # mcabber can use a proxy if it supports the CONNECT method
80 # The proxy_user/proxy_pass variables are optional. 78 # The proxy_user/proxy_pass variables are optional.
386 # (left/right). 384 # (left/right).
387 #set log_win_on_top = 0 385 #set log_win_on_top = 0
388 #set roster_win_on_right = 0 386 #set roster_win_on_right = 0
389 # 387 #
390 # By default, the displayed name of a contact in the roster window will 388 # By default, the displayed name of a contact in the roster window will
391 # be the jid if no name has been specified. You can use the following 389 # be the JID if no name has been specified. You can use the following
392 # option if you only want to see the username part. 390 # option if you only want to see the username part.
393 #set roster_hide_domain = 0 391 #set roster_hide_domain = 0
394 # 392 #
395 # Buddy name format (in status window): 393 # Buddy name format (in status window):
396 # - 0: (default) "<jid/resource>" 394 # - 0: (default) "<jid/resource>"
397 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 395 # - 1: "name <jid/resource>" (name is omitted if same as the JID)
398 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>) 396 # - 2: "name/resource" (if the name is the same as the JID, use <jid/res>)
399 # - 3: "name" (if the name is the same as the jid, use <jid/res>) 397 # - 3: "name" (if the name is the same as the JID, use <jid/res>)
400 #set buddy_format = 2 398 #set buddy_format = 2
401 # 399 #
402 # Time format: 400 # Time format:
403 # - 0: (default) Date and time 401 # - 0: (default) Date and time
404 # - 1: Time only 402 # - 1: Time only
405 # - 2: None 403 # - 2: None
406 #set time_prefix = 0 404 #set time_prefix = 0
407 # 405 #
408 # When a contact sends "/me ", mcabber displays "*user ", where user 406 # When a contact sends "/me ", mcabber displays "*user ", where user
409 # is the local part of the contact's jid. 407 # is the local part of the contact's JID.
410 # If you want mcabber to display the complete bare jid (user@server.com), 408 # If you want mcabber to display the complete bare JID (user@server.com),
411 # set 'buddy_me_fulljid' to 1 (default: 0) 409 # set 'buddy_me_fulljid' to 1 (default: 0)
412 #set buddy_me_fulljid = 1 410 #set buddy_me_fulljid = 1
413 # 411 #
414 # Display the status changes in the log window (default: 0, never) 412 # Display the status changes in the log window (default: 0, never)
415 # Set 'log_display_presence' to 1 to enable. 413 # Set 'log_display_presence' to 1 to enable.
417 # 415 #
418 # Display the status changes in the chat buffers (default: 0, never) 416 # Display the status changes in the chat buffers (default: 0, never)
419 # Values: 0: never 1: only connect/disconnect 2: all 417 # Values: 0: never 1: only connect/disconnect 2: all
420 #set show_status_in_buffer = 1 418 #set show_status_in_buffer = 1
421 # 419 #
422 # Set 'log_display_sender' to 1 to display the message sender's jid in the 420 # Set 'log_display_sender' to 1 to display the message sender's JID in the
423 # log window (default: 0, no) 421 # log window (default: 0, no)
424 #set log_display_sender = 0 422 #set log_display_sender = 0
425 # 423 #
426 # Set 'info' to anything you'd like to see in your lower status line. 424 # Set 'info' to anything you'd like to see in your lower status line.
427 #set info = woot 425 #set info = woot