There is a hangups plug-in, which supports (if I understand correctly) Google Talk (~ Hangouts). How do I add it to my Pidgin chat client?
How to add Google Talk (~ Hangouts) to Pidgin chat client?
1.9k Views Asked by gyok At
1
There are 1 best solutions below
Related Questions in GOOGLE-TALK
- Google Analytics 4 Consent Mode: update status and fire tag
- No analytics cookies is set upon a consent was updated
- How do I authenticate my XMPP client with the server?
- Google Talk over XMPP
- gtalk stopped support for xmpp. What is alternate solution to integrate gmail chat in android app?
- How to get user's Gmail address from smack?
- How to get Google Talk ID from email id of user?
- How to get the Google Chat (Hangout) ID of a google authenticated user (oauth2)?
- Google talk gadget code from your website
- Using sleekxmpp to send Google Talk Chats using OAuth2.0
- Android smack 4.1 issue with connection
- Connect to Gtalk using Smack 4.1
- How to use gtalk/hangout on ubuntu terminal?
- How to add Google Talk (~ Hangouts) to Pidgin chat client?
- How to send a message to a recipient every x minutes by using python-xmpp (and gtalk)?
Related Questions in GOOGLE-HANGOUTS
- How do I get rid of any type of Memory Saver in Chrome
- How to make Google Chat App Available To Test?
- "Link" google workspace with google cloud platform
- Can I send slash commands by Google Chat API REST?
- Trying to create a batch file for opening a new tab on Chrome
- Chat API question about spaces and members
- Google AppScript Chatbot not responding to Users
- How to secure a Google Cloud Function called from Google Chat
- What is the limit of Google Chat message card via chatbot
- Can't get Google Chat messages with Gmail API
- Speech to Text: Google API Error 400 Sync input too long. For audio longer than 1 min use LongRunningRecognize with a 'uri' parameter
- Create a space with Google Chat REST API
- Google-Chat-API: Open dialog from posted message
- How to get a user's online activity status (Away or Active) via Rest API (Google Chat)
- google api access token null for local java client with service account
Related Questions in PIDGIN
- ejabberd LDAP shared roster not displaying full user names
- Pidgin Syntax For Raw String Literal Parser using Between, Then, AnyCharExcept, or some other variation
- How do I send & receive messages in pidgin with python 3?
- Is there a way to use XMPP protocol to make P2P instant messaging using Pidgin client?
- How to make voice/video call in pidgin (XMPP)?
- Gaim - How to develop a plugin? (Pidgin)
- pidgine messages to all
- Custom pidgin plugin crashes (GTK library and GLib on C )
- Google Talk over XMPP
- Cannot connect to Google Hangouts account from Pidgin
- Pidgin for XMPP -- SSL Handshake failed
- How to move contacts to another group in pidgin/purple/finch via DBus?
- How to set Pidgin status from command line?
- Keep GtkWidget from destroying when parent does
- Pidgin is not working in squid proxy
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a comprehensive step-by-step guide on


How to compile and install Pidgin and make it work with Google Talk (~ Hangouts) on Linux:
The differences between Hangouts and Google Talk you will find on this page:
https://support.google.com/a/answer/4564211
1. Enable 2-Step Verification on this page:
https://accounts.google.com/SmsAuthConfig
2. Generate a new App password for Pidgin on this page, select Other and name it however:
https://security.google.com/settings/security/apppasswords
3. Install the latest version of Pidgin for your system from this page:
https://pidgin.im/download/ or from repository of your Linux distribution or compile it from source (or for Max OS X they recommend using http://adium.im/)
4. To avoid security bugs, you should often check if your Linux distribution repository contains the latest version available, which you may check on this page https://pidgin.im/news/security/
5. If you choose to compile, you simply install the dependencies, download and compile the code, and install Pidgin as follows:
Alternately, e.g. on Debian, where you (by default) have to su instead of sudo (haven't tested myself, correct me if I'm wrong):
If it fails for some reason, please refer to this page:

https://developer.pidgin.im/wiki/Installing%20Pidgin#WhycantIcompilePidgin
6. Right-click the system-tray icon of Pidgin and choose Accounts.
7. Add or modify your Google Talk account to have Username without @gmail.com or your own domain.
8. If you have your own domain for Google account, fill in the Domain field, otherwise there should be gmail.com present by default (without @).
9. The Resource is an XMPP specific thing that allows one to use several clients for the same account. Under normal circumstances leave blank.
10. Fill in the Password generated in step two.
11. Optional, but convenient, if on a secure computer, is ticking Remember password.
12. Local alias leave blank.
13. It should look like this:
14. On Advanced tab make sure you have Require encryption chosen and disabled plaintext.
15. Note, that after you save these settings, the protocol will automatically change to XMPP, which is currently available to third-party applications like Pidgin.