Setting up Kopete
This is very simple in fact simply create a new Jabber account in Kopete and set the Jabber ID to your be your Gmail account and the password to your Gmail accout password.
Jabber ID: my_nick@gmail.com
password: my_gmail_password
Next go to the Connection tab and check all options and change the server to talk.google.com
[x] Use protocol encryption (SSL)
[x] Allow plain-text password authentication
[x] Override default server information
Server: talk.google.com
Port: 5223
Finished!! now I can use Kopete to chat with all my Google Talk friends. Next the difficult part of this is to convince all my 100 MSN contacts to switch to Gmail.
Notes on the TLS thing
Google talk requires the connection to be encrypted to be able to connect to the server. This is good for privacy and security reasons. To support encrypted connections Kopete uses a library called QCA so we must make sure Kopete has access to this library before we can use it as a Google Talk client.
In Kubuntu the QCA library package is called qca-tls and it seems to be installed by default. If not make sure you install this library when installing kopete.
sudo aptitude install qca-tls kopete
In other distros it may be similar. More details of these can be found at the KDE wiki page.
No comments:
Post a Comment