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

Send google group chat invite to non-contacts

My requirement is that I need to send a google group chat invite to to people who are not in my contact list. From my application I am able to create room on groupchat.google.com. I am able to invite people in my contact list to the chat room, but I…
Nitish Borade
  • 367
  • 3
  • 18
0
votes
1 answer

Strange roster presence in agsXMPP (probably an android device)

I am using the agsXMPP SDK to create a small GTalk client in C#. XmppClientConnection connection = new XmppClientConnection(); . . . connection.OnPresence += new PresenceHandler(xmpp_OnPresence); private void xmpp_OnPresence(object sender, Presence…
flayn
  • 5,272
  • 4
  • 48
  • 69
0
votes
1 answer

Connect to Google Account without setting SRV Records

Is there any way I can bypass the setting SRV records. How can you connect to mycompany.com which is a google account, without having to set the SRV records. I am using the combination of Strophe + Punjab to connect to Google XMPP service for…
Nitish Borade
  • 367
  • 3
  • 18
0
votes
1 answer

strophe.js - XMPP Connect to Google account using X-OAUTH2

I am using strophe.js for implementing XMPP to connect using google account. I am already using Google OAuth for login into my application using the OAuth token. How do I use the X-OAUTH2 mechanism to make the request using strophe, rather…
Nitish Borade
  • 367
  • 3
  • 18
0
votes
0 answers

Error connecting to google server using Punjab

I've installed punjab with (python 2.7.3). I am trying to connect to google server (gmail.com) using emite via Punjab as the intermediate. The server seems to start fine, and I can access localhost:5280/http-bind but any connection I try to make…
Nitish Borade
  • 367
  • 3
  • 18
0
votes
0 answers

Java API like smack using XMPP to retrieve online GTalk-chat friends can receive audio or video call

I am working on a module which is using inbuilt Freeswitch utility to call An Online GtalkUser. I am in search of quick API interface to verify whether user's browser is enabled for Voice or Video Call( Browser requires gtalk-audio/video plugin, if…
pkm1986
  • 195
  • 2
  • 6
0
votes
1 answer

Android Accessibility Notifications for Google Talk

I'm working on an accessibility app on android that uses notification events. However, it only registers notifications for Google Talk when users send outgoing messages, and seems not to catch notifications for incoming messages. Any idea what's…
0
votes
1 answer

Using google account as xmpp bot

I'm developing a chat application similar to any Live Chat software. I'm planning to set up this application using google accounts that will act as bots managing all the messages from the web to my users. Do you know if google have some limitations…
Sebastián Odena
  • 195
  • 1
  • 4
  • 13
0
votes
1 answer

smack api giving error to login gtalk

I used all the api's related to smack so that i could login and use the gtalk in my and app. All the api's (smack 3.22, asmack, qsmack) give me same error. Error is coppied from logcat and pasted below. Please help me i am almost frustated now :( …
Aijaz
  • 61
  • 5
0
votes
1 answer

GTALK Support XMPP Personal Eventing Protocol

Anybody please clarify whether gtalk supports PEP(Personal Eventing Protocol- PubSub mechanism). Because in my WP7 app getting error as feature not implemented. Example:
Shashi
  • 2,860
  • 2
  • 34
  • 45
0
votes
1 answer

Deliver Google Talk message to all logged in clients using XMPPPY

I have a small program that send messages to me using XMPPPY, however, sometimes when sending a message I only receive it on one of the logged in clients. When sending through the gmail interface I always receive it on all logged in clients. Here is…
Joelbitar
  • 3,520
  • 4
  • 28
  • 29
0
votes
2 answers

A way to transfer IRC chatter/pm to gtalk

I'd like to know if some sort of bot/tool/service exists that would allow people on (regular) IRC chat to me on gtalk so: irc user X sends a pm to MyBot (f.e.); that pm forwards to me a irc room to chat would also work fine (so everything said in…
Jonas D.
  • 361
  • 4
  • 18
0
votes
1 answer

how to capture GTalk data with Asterisk?

im working in a IVTR via Asterisk and gtalk chat (using the chat box in gmail ) , the configuration of gtalk account and jabber are working almost perfectly except when i want capture data from the chat. Using JABBER_RECEIVE method i'm able to…
ViROscar
  • 148
  • 1
  • 11
0
votes
1 answer

Unsubscribed User's IM Status in Google App Engine

I am implementing an GAE application where I need to show the chat status of any user using user's gmail address that belongs to a certain domain. The user has no idea of the application and the application has not being added to the user's…
mhan
  • 373
  • 3
  • 11
0
votes
1 answer

How to get a Google talk api key?

I am developing a Google talk application for WP7. How can i get a Google talk api key, flurry api key, and plus api keys? I couldn't find anywhere to get these keys.
1 2 3
17
18