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
5
votes
3 answers

SASL authorization failing while connecting to XMPP server

I am trying to connect to gmail using SMACK API through XMPP server. but getting the error : SASL authentication failed using mechanism PLAIN you can check a glimpse of code. I got it from net only ConnectionConfiguration connConfig = new…
SPB
  • 3,552
  • 15
  • 42
  • 58
5
votes
2 answers

Is it possible to send message via GTalk Intent?

I'm looking for a solution to send multicast (text) messages to all my google contacts from my android app. Is there a way to do this with the GTalk App (Intent), or do i have to use my own xmpp implementation? Any recommendations for an appropriate…
onlythoughtworks
  • 794
  • 8
  • 13
5
votes
1 answer

.NET API for Google Talk?

I am looking for a .NET API for Google-Talk (talk/voice/video/file). Any resources?
Shimmy Weitzhandler
  • 92,920
  • 119
  • 388
  • 596
5
votes
2 answers

does google talk use udp or tcp packets?

is it possible to determine whether google talk uses tcp or udp packets for transmission. i know it uses the xmpp protocol at the application layer, but does it run over tcp or udp.
Rohit Banga
  • 16,996
  • 26
  • 101
  • 179
5
votes
1 answer

XMPP / Jabber: For custom messages I need to modify the client or the server?

I am writing an IM and I want to implement some features that are not in the standard, I want some custom features.I am wondering if for example I could use Google's XMPP service(Google Talk) and make a custom IM Client that implements the default…
Lilian A. Moraru
  • 1,010
  • 12
  • 19
5
votes
2 answers

How to stop google from randomizing xmpp resource

In XMPP (i.e. gtalk) we can set resource to our wanting (specifying machine/location/etc) and this works well with all/most servers and clients. But in case of google it doesn't exactly work as expected because each time user connect google appends…
Wojtek
  • 1,316
  • 6
  • 24
4
votes
3 answers

Cant get offline messages using asmack api for Gtalk application

I am creating a chat application for Gtalk using the asmack api, and i want to get the messages when user goes offline, but gettting problems because of some problems in ServiceDiscoveryManager and its saying that feature not implemented(501) and…
mayank_droid
  • 1,015
  • 10
  • 19
4
votes
2 answers

User authorization in google talk with nodejs and node-xmpp

I'm writing a bot in node.js using node-xmpp. So far it's pretty straight forward except I'm having an issue with figuring out how google Talk handles it's user authorization (when dealing with requesting to chat with someone NOT on your…
Nick Shepherd
  • 544
  • 6
  • 19
4
votes
1 answer

Authenticate to Google Talk (XMPP, Smack) using an authToken

The app I'm writing is connecting to a XMPP server, and if the user chooses, I want to give them the option to connect to their google chat account, without having to enter the credentials... To do this, I'd get the permission to use the google…
Artiom Chilaru
  • 10,949
  • 4
  • 39
  • 51
4
votes
3 answers

XMPP / GTalk / Jabber library for windows phone 7?

Does anyone know of xmpp (or GTalk, or Jabber) C# library for WP7? Good old jabber-net won't compile against WP7 runtime. pom
Pompair
  • 6,623
  • 11
  • 56
  • 68
4
votes
2 answers

Where can I find the Google Talk Android client source code?

I found an app called IM in Android's trunk on git, but that doesn't look like the Google Talk app that comes installed on Android phones. Does anyone know if that source code is even published?
Erdal
  • 1,462
  • 3
  • 16
  • 33
4
votes
8 answers

Home automation using Arduino / XMPP client for Arduino

I am trying to setup a system for automating certain tasks in my home. I am thinking of a solution wherein a server side application would be able to send/receive commands/data to Arduino (attached with Arduino Ethernet Shield) via the web. Here…
Ashish Sharma
  • 1,075
  • 2
  • 22
  • 48
4
votes
1 answer

curl with talk.google.com via XMPP

I would like to write a simple google talk client in C++ using libcurl.Google talk uses XMPP as communication protocol and it listens at talk.google.com:5222. First of all I try to access google talk from commandline using curl. If I try curl…
Netfalo
  • 43
  • 4
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
  • 28,574
  • 30
  • 121
  • 167
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,724
  • 8
  • 60
  • 105
1 2
3
17 18