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
0
votes
1 answer

Jabber-net client suddenly stopped working

I have a very simple Jabber client, which connects to Google Talk via our "Google Apps" domain account. The connect code is as simple as it gets: jc.User = "chatbot@ourdomain.com"; jc.Server = "ourdomain.com"; jc.Password = "password"; …
KenD
  • 5,280
  • 7
  • 48
  • 85
0
votes
2 answers

Unable to connect to GTalk with node.js and node-xmpp

I am trying to connect to GTalk using node.js and node-xmpp. Instead of successfully connecting, node-xmpp returns a XML error response. Preparation $node -v v0.10.24 $npm install node-stringprep $npm install node-xmpp $npm list ... ├─┬…
InteractiveCube
  • 150
  • 1
  • 14
0
votes
2 answers

Could not receive GCM when app was closed

I made an application which is receiving GCM message from my server. I tried to implement as google's sample (http://developer.android.com/google/gcm/client.html#sample-receive). It worked normally unless the issue. That is if I killed my app in…
0
votes
1 answer

iOS audio conference research

I'm new to voice and audio over a network. I've been searching on google for samples and solutions to implement a p2p voice connection (the idea was an audio conference). I found google talk xmpp framework that can access informations like users…
0
votes
1 answer

Find when user online in Hangout/gtalk with google apps script

I need to find when my gmail contact (specified or any contact) login to Hangout/gtalk. I'm trying to do this using google apps script. I looked google apps script to find-out way to do this. but unable to find. What i'm trying to do is, when my…
Bishan
  • 15,211
  • 52
  • 164
  • 258
0
votes
1 answer

Two asterisk server connection issue

We have two server named 'SERVER A' and 'SERVER B' and Gtalk is configured in both the servers. When a user calls a Gtalk-Id(configured in the server SERVER A) then the call gets received in the server named 'SERVER A' which gets forwarded to server…
Vikas
  • 43
  • 2
  • 11
0
votes
1 answer

Accept all incoming XMPP chats wokkel python

I have an XMPP client working with Google's GTalk XMPP server. I'd like to make it so that my JID/resource can receive messages from anyone (whether they are subscribed to me or not). Right now, if a client sends a messages to my username without…
user1387717
  • 1,039
  • 1
  • 13
  • 30
0
votes
0 answers

strophe/xmpp set priority of a client manualy

Is there a way to set the priority of a client in Strophe.js manually for an xmpp connection. I am communicating with a google talk server, and have 2 seperate clients. One client signals the availability status (online/offline/etc...).The other…
RamRovi
  • 986
  • 9
  • 13
0
votes
2 answers

Which library is used to access the Gmail emails using J2ME?

i want to develop gtalk application for the mobile please tell me the name of library that is used to access the gmail account thr J2ME
Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96
0
votes
1 answer

No session IQ response from the google talk server using XMPP

I am trying to mimic the XMPP stream to connect to the google talk servers. I am however facing a problem when sending the session IQ: The problem: I don't receive a response from the server in any way after sending this:
user2211559
0
votes
1 answer

Checking a Google user's gtalk buddies Presence status in my GAE application, when he's logged in

I'm creating a GAE application, as a part of which, we wish to show logged in Google user - his gtalk buddies list and their presence status. Google XMPP API let you create bots, but user's gtalk buddies need not share invitation with the app.…
Ekta
  • 16
  • 1
0
votes
1 answer

Does Google Talk accept HTML formatted chats?

I have sent Google Talk chats that are HTML in the way described by this question: How do you send HTML formatted messages over XMPP with Node.JS? However, Gtalk seems to just interpret it as text. Does Gtalk accept HTML formatted messages? To…
user1387717
  • 1,039
  • 1
  • 13
  • 30
0
votes
2 answers

Gtalk Service On Google App Engine Using Python

I searched a lot for built web service like Google Talk, using Google Application Engine and Python. For that first step is to check the status of online user on the Gmail. I found many code of it on python using XMPP library but it work only on…
Poonam Gokani
  • 375
  • 1
  • 4
  • 13
0
votes
1 answer

Get name of currently authenticated user

Is it possible to get the name of the currently authenticated user from the Google Talk XMPP API? I know that it's possible to get the name of your contacts by using this, but it doesn't return your name, just your contacts. P.S. I'm using the…
Nate Higgins
  • 2,104
  • 16
  • 21
0
votes
1 answer

Wincap Msn messenger, yahoo messenger, google talk

Does someone know how to use Wincap(or other library) to see messages sent from and to Msn messenger, yahoo messenger, google talk? Thanks
Itay.B
  • 3,991
  • 14
  • 61
  • 96