comparison mcabber/mcabberrc.example @ 1605:79f3b780821a

Update mcabberrc.example
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 16:00:53 +0200
parents a087125d8fc8
children 6db9f403f707
comparison
equal deleted inserted replaced
1604:351427ef0b4b 1605:79f3b780821a
34 # presence in your roster (default: 0). 34 # presence in your roster (default: 0).
35 set ignore_self_presence = 1 35 set ignore_self_presence = 1
36 36
37 # SSL/TLS options: 37 # SSL/TLS options:
38 # TLS is now regarded as the default encryption for connecting to jabber. 38 # TLS is now regarded as the default encryption for connecting to jabber.
39 # You can require TLS by setting tls to 1. If your jabber server 39 # You can require TLS by setting tls to 1. If your jabber server
40 # still doesn't support TLS, you can use the old-style SSL by setting 40 # still doesn't support TLS, you can use the old-style SSL by setting
41 # ssl to 1. It's not possible to use old-style SSL and TLS together. 41 # ssl to 1. It's not possible to use old-style SSL and TLS together.
42 set ssl = 0 42 #set ssl = 0
43 set tls = 1 43 set tls = 1
44 # Moreover, it's possible to check whether the fingerprint of the 44 # Moreover, it's possible to check whether the fingerprint of the
45 # ssl certificate matches ssl_fingerprint. 45 # ssl certificate matches ssl_fingerprint.
46 # You can get the fingerprint of your server either with gnutls or openssl: 46 # You can get the fingerprint of your server either with gnutls or openssl:
47 # 1. gnutls-cli -p 5223 $your_server 47 # 1. gnutls-cli -p 5223 $your_server
353 #set color_bgrostersel = cyan 353 #set color_bgrostersel = cyan
354 #set color_rostersel = blue 354 #set color_rostersel = blue
355 #set color_rosterselmsg = red 355 #set color_rosterselmsg = red
356 #set color_rosternewmsg = red 356 #set color_rosternewmsg = red
357 357
358 # You can color roster items by their status and JID. For example, to have 358 # You can color roster items by their status and JID. For example, to have
359 # all roster items white, just all contacts from jabber.org that are away, 359 # all roster items white, just all contacts from jabber.org that are away,
360 # not available or do not disturb yellow, you do this: 360 # not available or do not disturb yellow, you do this:
361 # 361 #
362 #color roster * * white 362 #color roster * * white
363 #color roster adn *@jabber.org yellow 363 #color roster adn *@jabber.org yellow
424 #set log_display_sender = 0 424 #set log_display_sender = 0
425 # 425 #
426 # Set 'info' to anything you'd like to see in your lower status line. 426 # Set 'info' to anything you'd like to see in your lower status line.
427 #set info = woot 427 #set info = woot
428 # 428 #
429 # Set 'url_regex' to a regular expression matching urls. If it matches an 429 # Set 'url_regex' to a regular expression matching urls. If it matches an
430 # url in an incoming messages, it'll print it to the log window. 430 # url in an incoming messages, it'll print it to the log window.
431 #set url_regex = "(((https?|ftps?|nntp)://)|www[.][-a-z0-9.]+|(mailto:|news:))(%[0-9A-F]{2}|[-_.!~*';/?:@&=+$,#[:alnum:]])+" 431 #set url_regex = "(((https?|ftps?|nntp)://)|www[.][-a-z0-9.]+|(mailto:|news:))(%[0-9A-F]{2}|[-_.!~*';/?:@&=+$,#[:alnum:]])+"
432 432
433 # Contacts PGP information 433 # Contacts PGP information
434 # You can provide a PGP key to be used for a given Jabber user, or 434 # You can provide a PGP key to be used for a given Jabber user, or