comparison mcabber/mcabberrc.example @ 1446:49c8be874344

Add option 'ignore_self_presence' According to rfc3921bis, the server must broadcast initial presence to all of the user's available resources. Which means with compliant servers the users will see their own resource. When 'ignore_self_presence' is set, the self-presence messages are filtered out.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 21 Mar 2008 19:27:52 +0100
parents 3bf11085c6a5
children ba706e97d6ec
comparison
equal deleted inserted replaced
1445:00503a68f431 1446:49c8be874344
22 #set port = 5222 22 #set port = 5222
23 # If you don't know what a resource is, do not set it. 23 # If you don't know what a resource is, do not set it.
24 #set resource = mcabber 24 #set resource = mcabber
25 #set priority = 3 25 #set priority = 3
26 #set priority_away = 0 26 #set priority_away = 0
27
28 # Set 'ignore_self_presence' to 1 if you do not want to see your own
29 # presence in your roster (default: 0).
30 set ignore_self_presence = 1
27 31
28 # SSL options: 32 # SSL options:
29 # Set ssl non-zero to use SSL (this also sets the default port to 5223). 33 # Set ssl non-zero to use SSL (this also sets the default port to 5223).
30 # * Please note that certificate verification is NOT yet supported if 34 # * Please note that certificate verification is NOT yet supported if
31 # mcabber is compiled with GnuTLS (only works with OpenSSL). 35 # mcabber is compiled with GnuTLS (only works with OpenSSL).