21

When I try setting up Google Talk in Pidgin. I get the message:

Unable to Connect

EDIT:

(I have it working in Digsby fine)

Here is my setup:

enter image description here Advanced Tab

JoelFan
  • 3,832
  • 12
  • 44
  • 55
  • 1
    I checked my configuration - it looks the same, but in the `connect server` box it's just blank, which appears to be the default setting for Google Talk. Perhaps try taking that out and see if it works? – nhinkle Aug 18 '11 at 18:20
  • Having the same problem. Did you ever find the answer? – Alison R. Feb 09 '12 at 20:39
  • How do you get it to work if you have a Google account but don't have a Gmail account? – Chloe Sep 22 '14 at 17:18
  • i follow your guide religously but i get Not Authorized. Help. – Syaiful Nizam Yahya Jan 29 '15 at 15:54
  • 1
    Possible duplicate of [How do I set up Google Talk/Hangout in Pidgin?](https://superuser.com/questions/973514/how-do-i-set-up-google-talk-hangout-in-pidgin) – Cees Timmerman Sep 03 '18 at 19:54

11 Answers11

20

Google created the new Google Hangout, that replaces also Google Talk, and seems that XMPP support has been removed.

But there's a partial solution: enable access to Gmail from "less secure apps" and Pidgin will connect to it.

bluish
  • 495
  • 3
  • 10
19

I used:

in the Basic Tab:

Protocol: XMPP
Username: myusername (without @mydomain.com)
Domain: mydomain.com
Resource: (left this blank as default)
Password: mypassword
Checked Remember password

in the Advanced Tab:

Connection security: Require encryption
Connect port: 5222 (default)
Connect server: talk.google.com

If your account uses Two-Factor Authentication, generate an app password and use it as the password.

wfaulk
  • 6,200
  • 5
  • 34
  • 45
yuvilio
  • 291
  • 2
  • 6
  • 1
    Just to surface [Nathan Adams'](http://superuser.com/questions/324863/how-do-i-set-up-google-talk-in-pidgin#comment611753_324938) comment - if you're using a custom Google Apps domain, make sure you fill in the `Connect server`; the connection dropdown won't do it. – Jarrod Dixon Mar 26 '15 at 22:57
  • Doesn't work since Google has disabled XMPP support. – Potherca Jul 20 '23 at 13:24
4

I had to use Pidgin version 2.10.9, with the following settings:

Protocol: XMPP
Username: <Gmail user name> (without @gmail.com)
Domain: gmail.com
Resource: <blank>
Password: <app-specific password>
Remember password: Checked

In the Advanced Tab:

Connection security: Use Old-style SSL
Connect port: 443
Connect server: talk.google.com
File transfer proxies: proxy.eu.jabber.org (the default)

I'm not sure why I needed a different port than the other answers. Because I use two-factor authentification, or am behind a corporate firewall?

Elpoca
  • 41
  • 1
3
  1. Create an app-specific password for pidgin
  2. Add a pidgin account

    • Protocol: XMPP
    • Username: (your google username)
    • Domain: gmail.com
    • Password: (your app-specific password)
  3. That's it! There is no step 3!

hughes
  • 1,792
  • 3
  • 18
  • 23
2

Pidgin comes preconfigured with an option in the drop-down menu called "Google Talk", which has all the settings already done. Type in your username/password and you should be able to connect.

  • 1
    I tried that and it didn't help. It also changed back to XMPP. – JoelFan Aug 18 '11 at 19:02
  • Are you behind a network proxy? If so, please fill in those details and try the "google talk" protocol method again. – Sudipta Chatterjee Aug 18 '11 at 19:13
  • 2
    If I remember correctly - if you select google talk in the drop down it won't allow you to use an account you have setup for your own domain because it changes to XMPP. I believe for that you have to manually configure it per yuvilo's instructions. – Natalie Adams Nov 26 '12 at 16:11
  • Doesn't work since Google has disabled XMPP support. – Potherca Jul 20 '23 at 13:25
1

Update:

Doesn't work since Google has disabled XMPP support.


Gtalk is not working now, so I'm using pidgin now, and it's working great

Setting I've used:

in the Basic Tab:

Protocol: XMPP
Username: yourUsername (without @mydomain.com)
Domain: mydomain.com
Resource: (left this blank as default)
Password: yourPassword
Checked Remember password

in the Advanced Tab:

Connection security: Use Old-style SSL
Connect port: 5223 (there would be 5222 change it)
Connect server: talk.google.com
Sumit Murari
  • 171
  • 6
0

You want to include your full domain in the username field, for example john.doe@gmail.com (which is needed for Google Apps accounts). You can leave the "domain" field blank.

enter image description here

Tamara Wijsman
  • 57,083
  • 27
  • 185
  • 256
Honk
  • 836
  • 3
  • 9
  • 28
0

Just leave the File transfer proxies as blank in the Advanced tab.

Jason
  • 1
0

for me this helped:

Connection security: Use encryption if available.
Connect port: 5222
Connect server: talk.google.com
Also in Resource I entered "Home"
nixda
  • 26,823
  • 17
  • 108
  • 156
0

I tried every method, same issue. The below settings fixed it:

Basic Tab: Protocol: XMPP Username: username (without the @gmail.com) Resource: Empty Password: Yourpassword

Advanced Tab: Connection security: Use encryption if available Connect server: talk.google.com File transfer proxies: empty (delete whats here)

Save, click enable check box.

0

You need to set app-specific password for Pidgin. Just follow the instructions at this link.

nKn
  • 5,549
  • 6
  • 32
  • 38
Brij
  • 101
  • 2
  • 2
    Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change. – DavidPostill Sep 26 '15 at 11:25