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

Google Talk XMPP - What is X-GOOGLE-TOKEN?

I'm trying to authenticate to Google Talk. The X-OAUTH2 mechanism, which uses OAuth2 tokens, is well documented. But what is X-GOOGLE-TOKEN and where is it documented?
a paid nerd
  • 30,702
  • 30
  • 134
  • 179
4
votes
2 answers

How does Google Talk get current Music track?

How does Google Talk get the current song played? Can I do this using .net? Edit : Looks like every player has its own SDK for use Winamp : Here is a good thread about the clas to be used :…
Shoban
  • 22,920
  • 8
  • 63
  • 107
4
votes
2 answers

About adding Google Talk to my website

I am trying to add gTalk to my website CODE:-
4
votes
3 answers

What's UI framework using by Google to build Gtalk?

I like Gtalk's GUI very much. It's clear, simple, and pretty. I don't know What's UI framework using by Google to build Gtalk? Thanks for help.
user50819
  • 333
  • 1
  • 5
  • 14
3
votes
2 answers

Implementing an xmpp client in java - stuck in the first step

I am trying to write an xmpp client to send/recieve messages from gtalk. Before I actually started with the implementation I thought of developing a prototype to see if I am able to to get a message through to gtalk. I wrote the following code and…
Manav
  • 259
  • 6
  • 20
3
votes
0 answers

Gtalk XMPP connect with oauth

I wonder how I can connect to Gtalk using XMPP via oauth (no password) thanks
Zzarcon
  • 259
  • 1
  • 3
  • 9
3
votes
1 answer

How I can get Google Talk History?

I want to get all mails from all folders from google. I try do this with javax.mail. I retrieve folders list by such code: imapSslStore.getDefaultFolder().list("*"); But there are not folder with name "Chat" since I can see "Chats" label in Google…
Hleb
  • 295
  • 1
  • 4
  • 15
3
votes
3 answers

How to link IRC and Google Talk?

I am looking for a way to link IRC to Google Talk. At the moment we use Partychatapp for google talk and we'd like to find a way to migrate to using IRC. The vision is to have everyone in an IRC room and we'd be able to have a google talk bot people…
RJO
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

Android - Google Talk Intents

I am developing an Android application which Google Talk contacts are displayed with their status - this is working fine. I am not sure which intent should be called to open a chat window using the default Talk app. How do I know which Google Talk…
Ijaz Ahmed
  • 2,330
  • 4
  • 19
  • 27
3
votes
4 answers

How to integrate my Web Application with Skype, Gtalk of another IM system?

I want to be able to send reminders to my users, using their IM system of choice, very much like Remember The Milk does when it sends notifications. How can I do that? Additional INFO: I develop in ASP.Net, SQL Server 2008 and Windows 2008
holiveira
  • 4,445
  • 9
  • 36
  • 39
3
votes
1 answer

How do I authenticate my XMPP client with the server?

I am writing an XMPP client for a university project which is supposed to send and receive messages from other clients. I have basic knowledge on XMPP and its' syntax, but can't seem to be able to connect to the gtalk server. Disclaimer - I can't…
Mantas
  • 63
  • 1
  • 7
3
votes
2 answers

Is there away to use the Audio chat service from Google talk into my web application?

I'm building an application in PHP and I was wondering if I can use the Audio chat service from Google talk into my web application?
Razan
  • 43
  • 6
3
votes
2 answers

IntelliJ IDEA 14 IDETalk with hangouts

Is it possible to set IEDTalk to use gtalk or hangouts? I don't know server and port. I've tried both gtalk.google.com:5223 and gtalk.google.com:5222 but they didn't work. IntelliJ IDEA version is 14. Ubuntu 14.04 is my OS.
Wei Bangtuo
  • 61
  • 1
  • 7
3
votes
1 answer

How to retrieve Google-talk user's id

Dose anyone know, how to retrieve kind of Google-talk user's id bellow of contact list? xxxxx@public.talk.google.com
hsenhly
  • 33
  • 5
3
votes
1 answer

Smack connecting to Google's XMPP service (gtalk) throws exception "SASLError using PLAIN: not-authorized"

I am trying to connect to gmail using SMACK API but getting the below error and I am stuck with this past 2 days. Exception in thread "main" org.jivesoftware.smack.sasl.SASLErrorException: SASLError using PLAIN: not-authorized at…
Bhanu
  • 31
  • 1
  • 3