comparison mcabber/mcabberrc.example @ 1441:736b82610dfa

mcabberrc: do not set a default resource
author Mikael Berthe <mikael@lilotux.net>
date Thu, 28 Feb 2008 22:11:01 +0100
parents 071c8170b7de
children 3bf11085c6a5
comparison
equal deleted inserted replaced
1440:72dd9c768f58 1441:736b82610dfa
18 # Note: if the password contains leading or trailing spaces, you must 18 # Note: if the password contains leading or trailing spaces, you must
19 # enclose it with quotes: set password = " example password " 19 # enclose it with quotes: set password = " example password "
20 #set password = yourpassword 20 #set password = yourpassword
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, 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 27
28 # SSL options: 28 # SSL options:
29 # 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).