· 8 years ago · Jul 14, 2018, 11:30 PM
1servers = (
2 {
3 address = "talk.google.com";
4 port = "5223";
5 use_ssl = "yes";
6 ssl_verity = "no";
7 chatnet= "GTalk";
8 password = "*******";
9 autoconnect = "yes";
10 }
11);
12
13chatnets = {
14 GTalk = { type = "XMPP"; nick = "******@gmail.com"; };
15};
16
17channels = (
18 {
19 name = "banda@conference.jabber.org";
20 chatnet = "GTalk";
21 autojoin = "yes";
22 }
23);