Questions tagged [google-talk]

is an XMPP based web chat service provided by Google and the name of its official client.

Google Talk is an instant messaging service that provides both text and voice communication.

Google Talk is also the name of the client applications offered by Google to access the service. Google Talk applications are available for Microsoft Windows (XP, Server 2003, Vista, and Windows 7), Android, Blackberry, and Google Chrome OS operating systems.

Because the Google Talk servers communicate with clients using an open protocol, XMPP, the service can also be accessed using any other client that supports XMPP. Such clients are available for a number of operating systems not supported by the Google Talk client. VoIP in Google Talk uses an older version of what became the Jingle protocol. The technology used within the Google server network, however, is not publicly known.

Source: Wikipedia (Google Talk)

268 questions
51
votes
2 answers

Best python XMPP / Jabber client library?

What are your experiences with Python Jabber / XMPP client libraries? What do you recommend?
flybywire
  • 232,954
  • 184
  • 384
  • 491
24
votes
4 answers

Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)

I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P. The first thing i found was the XMPP protocol, however it's not…
Kristof
  • 557
  • 6
  • 14
21
votes
3 answers

Google chat server archive (XEP-0136)

I am looking for a way how to retrieve archive of chat messages from google server via using XEP-0136 standard, but I got these results just trying to ask for the feature. Request: Response:
Vanya
  • 4,813
  • 4
  • 28
  • 54
17
votes
4 answers

How do you create a simple Google Talk Client using the Twisted Words Python library?

I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don't work with the current implementation of Google Talk. Has anybody had any luck with…
Jim
  • 1,157
  • 9
  • 15
17
votes
1 answer

Access Google Talk chat history

I'm looking for a method to access Google Talk chat history. Method to be used for an android device but does not have to be specific to it. I am looking for preferably an official method, but this is not required. AFAIK there is no official method.…
Jug6ernaut
  • 7,793
  • 2
  • 24
  • 26
16
votes
8 answers

Ways to guess if C2DM is connected

I'm trying to place a best guess estimate as to whether C2DM messages can be received. I've created an application that relies on pushing information to a phone while it is physically inaccessible. I understand that C2DM isn't guaranteed delivery,…
Ian Elliott
  • 7,110
  • 5
  • 32
  • 41
16
votes
1 answer

How to get the Google Chat (Hangout) ID of a google authenticated user (oauth2)?

I am working on xmpp client for google chat. I need the Google Talk ID which looks something like "xxxxx@public.talk.google.com" of a user. Using oauth2, I am able to get the email id(gmail) and other profile information but I can't figure out how…
ma08
  • 3,235
  • 3
  • 19
  • 35
16
votes
2 answers

XMPPHP GTalk Status

I’m trying to get my online status using XMPPHP and I can’t seem to get anything that has my status from the $conn. Here is a snippet of my code: require_once('XMPPHP/XMPP.php'); $conn = new XMPPHP_XMPP('talk.google.com', 5222, 'xxxx@gmail.com',…
ialphan
  • 1,231
  • 1
  • 17
  • 29
15
votes
2 answers

Initiating Video Call

I am running the latest version of GTalk (using the Talk installer from the market) on my Gingerbread Galaxy Tab P1000. I now want to programatically initiate a video call provided that the related contact is online and available. As I didn't found…
muffel
  • 6,043
  • 4
  • 42
  • 77
13
votes
3 answers

Google Hangouts and XMPP support

Had a question about Google's support for XMPP. I want to build a mobile chat client on top of google chat that can interoperate with google chat run from within Gmail or any other service. Would this application be possible to build since has…
samonderous
  • 629
  • 1
  • 9
  • 22
12
votes
7 answers

Simple chat bot projects

What I want to do is build a simple bot which sends me a set of information stored in database to my messanger chat window [Chatting services are gTalk, Yahoo and other commonly used chating products] Also, it should be capable of accepting few…
11
votes
2 answers

Connecting to Google Talk over XMPP on Node.js

I've tried using a variety of XMPP libraries for Node.js, and am having trouble connecting to Google Talk's XMPP servers. I'm wanting to connect and read the status of friends, but I can't even get out door! I have a personal domain hosted through…
RyanTheDev
  • 591
  • 1
  • 4
  • 11
10
votes
2 answers

Cannot use GTalk in Pidgin after enabling 2 step verification

I was unable to use GTalk from my Pidgin IM after enabling two step authentication for Google. I get an error that the account is disabled. How can I get around that?
Wedava
  • 1,137
  • 2
  • 15
  • 30
9
votes
1 answer

Authorization request (add to roster) using strophe.js

I use strophe.js library to send and receive XMPP messages in browser. It works fine, but only for users I already have in my contact list - roster. I need to add someone (whose address I know) to my roster. How can I achieve this using strophe.js?…
Pavel S.
  • 10,292
  • 14
  • 68
  • 108
9
votes
1 answer

Programmatically change gmail status via OAuth or Authsub

I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk Does anyone know if/how it is possible to use Oauth or some other form of…
Aneto
  • 115
  • 1
  • 7
1
2 3
17 18