comparison mcabber/mcabberrc.example @ 1419:fb438482b28e

New option to customize the away/notavail priority (Michael Gehring) This patch adds an option 'priority_away'. Slightly modified to include the not-available (xa) status.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Feb 2008 20:32:37 +0100
parents 783b47c9d963
children a64778f5f26b
comparison
equal deleted inserted replaced
1418:f69028ca6296 1419:fb438482b28e
21 set server = your.jabber.server 21 set server = your.jabber.server
22 #set port = 5222 22 #set port = 5222
23 # If you don't know what a resource is, you can leave "mcabber" here. 23 # If you don't know what a resource is, you can leave "mcabber" here.
24 set resource = mcabber 24 set resource = mcabber
25 #set priority = 3 25 #set priority = 3
26 #set priority_away = 0
26 27
27 # SSL options: 28 # SSL options:
28 # Set ssl non-zero to use SSL (this also sets the default port to 5223). 29 # Set ssl non-zero to use SSL (this also sets the default port to 5223).
29 # * Please note that certificate verification is NOT yet supported if 30 # * Please note that certificate verification is NOT yet supported if
30 # mcabber is compiled with GnuTLS (only works with OpenSSL). 31 # mcabber is compiled with GnuTLS (only works with OpenSSL).