Google Talk support: Difference between revisions
mNo edit summary |
(Markup edit) |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
==Adding an account== | ==Adding an account== | ||
You can configure your [http://talk.google.com Google Talk] account in Kopete, by following these steps: | |||
First you will need to add a Jabber account: <menuchoice>Settings -> Configure... -> Accounts</menuchoice>. There, choose an identity and press | First you will need to add a [http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol Jabber account]: <menuchoice>Settings -> Configure... -> Accounts</menuchoice>. There, choose an identity and press <menuchoice>Add Account...</menuchoice> in the right column. A service list will be displayed, and you have to choose <menuchoice>Jabber</menuchoice>, and then press <menuchoice>Next</menuchoice>. | ||
In the first tab you have to enter your complete Google Talk address and password. | In the first tab you have to enter your complete Google Talk address and password. | ||
[[Image:Kopete-google-talk-1.png|center|thumbnail|480px|Basic Setup tab.]] | [[Image:Kopete-google-talk-1.png|center|thumbnail|480px|Basic Setup tab.]] | ||
Then go to the Connection tab, and check | |||
Then go to the Connection tab, and check <menuchoice>Use protocol encryption (SSL)</menuchoice> -> <menuchoice>Allow plain-text password authentication</menuchoice> and <menuchoice>Override default server information</menuchoice> checkboxes. Then set server to "talk.google.com" and port to "5223". If you are ''behind a firewall'' and can't connect to the 5223 port you can use the 443 port (standard SSL port). | |||
[[Image:Kopete-google-talk-2.png|center|thumbnail|480px|Connection tab.]] | [[Image:Kopete-google-talk-2.png|center|thumbnail|480px|Connection tab.]] | ||
If you want to enable voice chat, go to the Google Talk tab and check the checkbox you'll find. | |||
If you want to enable ''voice chat'', go to the <menuchoice>Google Talk</menuchoice> tab and check the checkbox you'll find. | |||
[[Image:Kopete-google-talk-3.png|center|thumbnail|480px|Google Talk tab.]] | [[Image:Kopete-google-talk-3.png|center|thumbnail|480px|Google Talk tab.]] | ||
You may need to restart Kopete to get the connection to work if you are editing an existing account. | Read more about '''Kopete''' Google Talk voice chat support [[Special:myLanguage/Kopete Jabber Jingle|here]]. | ||
You may need to restart '''Kopete''' to get the connection to work if you are editing an existing account. | |||
==QCA== | ==QCA== | ||
Kopete Jabber uses a library called QCA for encrypted connections as used by Jabber. Kopete has an internal copy of this library but your distribution may have separated it out. If so, make sure you have QCA installed. This may be called "libqca1-tls". | '''Kopete Jabber''' uses a library called "QCA" (Qt Cryptographic Architecture) for encrypted connections as used by Jabber. Kopete has an internal copy of this library but your distribution may have separated it out. If so, make sure you have "QCA" installed. This may be called "libqca1-tls". | ||
Information on QCA for various distributions: | Information on "QCA" for various distributions: | ||
*''' | *'''openSUSE''': the package is called '''qca''' but is installed by default along with Kopete. | ||
*'''Debian''': the package is called | *'''Debian''': the package is called '''qca-tls'''. You may also need the '''libqca2-plugin-ossl''' package. | ||
*'''Fedora | *'''Fedora''': the package is called '''qca-tls''' and is available via yum from the Fedora Extras repository. | ||
*'''Gentoo''': the package is called | *'''Gentoo''': the package is called '''app-crypt/qca-tls' for KDE 3.5, and '''app-crypt/qca-ossl''' for KDE 4.0. | ||
*'''Mandriva''': just install | *'''Mandriva''': just install '''libqca1-tls''' | ||
*'''Slackware''': install qca-* packages from www.linuxpackages.net and then run ldconf as root. | *'''Slackware''': install '''qca-*''' packages from www.linuxpackages.net and then run '''ldconf''' as root. | ||
*'''Kubuntu''': the package is called | *'''Kubuntu''': the package is called '''qca-tls''' and is installed by default with Kubuntu 7.10, but requires manual installation with Kubuntu 8.04. | ||
The qca-tls plugin can also be compiled from source code which can be obtained [http://delta.affinix.com/qca/ here]. The required file is qca-tls-1.0.tar.bz2 (qca-1.0.tar.bz2 is not the plugin which Kopete needs but the library). | The '''qca-tls''' plugin can also be compiled from source code which can be obtained [http://delta.affinix.com/qca/ here]. The required file is '''qca-tls-1.0.tar.bz2''' (qca-1.0.tar.bz2 is not the plugin which Kopete needs but the library). | ||
[[Category:Kopete]] | [[Category:Kopete]] | ||
</translate> |
Revision as of 15:09, 2 October 2010
Adding an account
You can configure your Google Talk account in Kopete, by following these steps:
First you will need to add a Jabber account: . There, choose an identity and press in the right column. A service list will be displayed, and you have to choose , and then press .
In the first tab you have to enter your complete Google Talk address and password.
Then go to the Connection tab, and check -> and checkboxes. Then set server to "talk.google.com" and port to "5223". If you are behind a firewall and can't connect to the 5223 port you can use the 443 port (standard SSL port).
If you want to enable voice chat, go to the tab and check the checkbox you'll find.
Read more about Kopete Google Talk voice chat support here.
You may need to restart Kopete to get the connection to work if you are editing an existing account.
QCA
Kopete Jabber uses a library called "QCA" (Qt Cryptographic Architecture) for encrypted connections as used by Jabber. Kopete has an internal copy of this library but your distribution may have separated it out. If so, make sure you have "QCA" installed. This may be called "libqca1-tls".
Information on "QCA" for various distributions:
- openSUSE: the package is called qca but is installed by default along with Kopete.
- Debian: the package is called qca-tls. You may also need the libqca2-plugin-ossl package.
- Fedora: the package is called qca-tls and is available via yum from the Fedora Extras repository.
- Gentoo: the package is called app-crypt/qca-tls' for KDE 3.5, and app-crypt/qca-ossl for KDE 4.0.
- Mandriva: just install libqca1-tls
- Slackware: install qca-* packages from www.linuxpackages.net and then run ldconf as root.
- Kubuntu: the package is called qca-tls and is installed by default with Kubuntu 7.10, but requires manual installation with Kubuntu 8.04.
The qca-tls plugin can also be compiled from source code which can be obtained here. The required file is qca-tls-1.0.tar.bz2 (qca-1.0.tar.bz2 is not the plugin which Kopete needs but the library).