Tagged Questions

Gtalk (or gtalk or GTalk) is a shortcut for Google Talk, an instant messaging and VoIP service provided by Google.

learn more… | top users | synonyms

15
votes
7answers
703 views

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 ...
11
votes
2answers
484 views

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 ...
11
votes
2answers
5k views

Best python XMPP / Jabber client library? [closed]

What are your experiences with Python Jabber / XMPP client libraries? What do you recommend?
8
votes
7answers
772 views

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] ...
5
votes
2answers
643 views

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 ...
4
votes
1answer
2k views

How does AppBrain's installation app work?

AppBrain has a fantastic new app that lets you automatically install applications on your phone using your web browser. Similar to the Chrome push. In their case, they are using it to let you install ...
4
votes
8answers
4k views

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 ...
3
votes
2answers
417 views

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 ...
3
votes
2answers
619 views

How does Google Talk work?

How does Google Talk work? When I am connected to my friend for a talk, what acts as an intermediate one to transfer my voice? Is that a Google server behind it (which act as an intermediate? Or does ...
3
votes
1answer
321 views

how does XMPP client select an authentication mechanism?

I'm trying to learn the XMPP spec (RFC 3920) by coding it in low-level Python. But I've been hung up for over an hour at step 4 of section 6.5, selecting an authentication mechanism. I'm sending: ...
3
votes
2answers
3k views

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 ...
3
votes
3answers
646 views

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.
3
votes
4answers
2k views

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 ...
2
votes
1answer
60 views

Can't connect to gtalk with python and xmpppy

When try connect to gtalk I get this error: An error occurred while looking up _xmpp-client._tcp.talk.google.com The code is here: https://gist.github.com/1396074
2
votes
1answer
91 views

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 ...
2
votes
3answers
1k views

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
2
votes
1answer
566 views

libjingle's XmppPump compilation problem

I just started coding a gtalk chat bot using libjingle. I'm having a problem getting the compiler to find the XmppClient class called by XmppPump class. The XmppClient is provided by libjingle in the ...
2
votes
1answer
428 views

How can I get username of a gtalk user using XMPP with google appengine?

I am using google appengine for my gtalk agent , I want to get the username of the gtalk user how can I get it ? for your reference, check this XMPPService xmpp = ...
2
votes
2answers
1k views

XMPP chat: accessing contacts' status messages with xmppPy's Roster

I'm trying to access my google talk contacts' custom status messages with xmpppy. I'm made it this far: import xmpp import sys userID = 'myname@gmail.com' password = 'mypassword' ressource = ...
2
votes
0answers
118 views

AIM <-> Google Talk… how?

How do I allow someone that uses the AIM desktop client to chat with someone else using the Google Talk desktop client? The trick is that I don't want to have them have to change clients. Long ago I ...
2
votes
1answer
283 views

What is the throttling rate that GTalk applies to XMPP messages?

Even after throttling down to one message per second, after about 20 messages GTalk starts bouncing XMPP messages with ... <error type="cancel" code="503"><service-unavailable ...
2
votes
2answers
552 views

BlackBerry - How to start a messenger application?

I would like to use gtalk or any other messenger in my application but i don't know how to do this.can u please give me idea about how to solve this one.if u can provide me some web link to know more ...
1
vote
2answers
28 views

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 ...
1
vote
0answers
21 views

Remove ICQ Transport / Change server of the Transport

Some days ago i successfully installed a XMPP transport to import my icq contacts in Google Talk. But now the Jabber server i used isn't working anymore and all contacts are shown as offline. The ...
1
vote
0answers
41 views

How many clients could login to a gtalk account at once? [closed]

I want to have multiple web and mobile clients sign into a single gtalk xmpp user account. Is there a max number of clients that could use this single account?
1
vote
1answer
649 views

Integrating Google Talk to web app using strophe.js and punjab

I'm trying to integrate Google Talk (a.k.a. gtalk) into my web app. It's going to be a tight integration, so Google Talk chatback badge, and embedding Google's flash based web client using an iframe ...
1
vote
2answers
467 views

Creating an XMPP GTalk chat app with jQuery/Phono

So I've been working with phono.js which is an amazing new jQuery library. It supports XMPP client chats, so I'm looking for a way to setup live chats with GTalk accounts. The documentation isn't ...
1
vote
1answer
425 views

install Gtalk on android 3.0 Emulator

IN my application I need to call intent of Gtalk. thereforeat first i need to install Gtalk on my emulator to do initial test. But i could not find any apk which successfully install on Android ...
1
vote
0answers
318 views

Getting a friends list and notification on user status on Google Talk in Android

How do I get our friends list on Google Talk and also notifications on their status? I heard that we have to use roster to get the friendslist and presence to get their status, but how do I use it? ...
1
vote
2answers
279 views

Has Google Talk implemented XEP-0079?

Google Talk has implemented XMPP (jabber portocol) but has it implemented XEP-0079 too? XEP-0079 is an XMPP extention about "Advanced Message Processing".
1
vote
0answers
322 views

Bot Configuration Error

I'm working on a GTalk bot. I'm not done with it, but so far, my bot are working okay. There's one thing that annoys me ever since I first ran the bot. When I send an IM message to my gtalk bot, it ...
1
vote
1answer
337 views

python sleekxmpp & gchat sending “invisible” presence

I am using the python sleekxmpp library to do some work with gchat, my question is: how do I send a presence stanza so that other people see me as invisible (but still be logged on and able to ...
1
vote
4answers
669 views

Using XMPP over GTalk server to enable my app to comunicate without showing the user is online

I'm currently writing an Android app that should be able to communicate in real time with another app hosted in Google's app engine. Since I can't use sockets in GAE, I though maybe using XMPP over ...
1
vote
0answers
79 views

Is it possible to develop gtalk plugin?

I want to develop a simple plugin for gtalk is this possible? Is there api's or tutorial that shows how to do that? Thanks
1
vote
1answer
472 views

How to send invitation to gtalk contact with smack java library?

How to send invitation to gtalk contact with smack java library?
1
vote
2answers
387 views

XMPP Gtalk javascript

I want to create browser widget for gtalk. I need to know about XMPP and its javascript support. Can anyone guide me in this process. Thanks in advance.
1
vote
2answers
557 views

Send invitation to any user of google chats (is it possible?)

I try to realize simple code on perl which should just get/send messages from/to gtalk accounts. I use Net::XMPP::* modules. All works just fine for users, who are my friends (in my "buddy" list). ...
1
vote
0answers
172 views

Instant Messenger: How does gtalk/yahoo messenger populate the contact list?

We are currently working on a small IM project which pretty much works like gtalk and yahoo messenger. We came across a problem that puzzled us how gtalk/ym populate their contact lists. Given that ...
0
votes
0answers
36 views

Android app with video chat feature [closed]

Imagine an application that is not a video chat, but might need to allow user to make voice calls or video calls at some point. My expectation is that there should be some kind of intents, that one ...
0
votes
0answers
31 views

Gtalk XMPP connect with oauth [closed]

I wonder how I can connect to Gtalk using XMPP via oauth (no password) thanks
0
votes
1answer
21 views

Is there any way to update My gtalk status message using any RSS feed?

I want to know about any possibilities of updating the Gtalk status message by any means? (may be by subscribing to RSS feed, or by just adding a file which gtalk recognizes)? Is there any gtalk API ...
0
votes
0answers
19 views

Send receive messages in web application without any message tracking in fiddler

Today, when I was using my gmail account and I was chatting with my friend. Suddenly I opened up fiddler 2 to trap the send and received messages. But to see the things, I was amazed that nothing was ...
0
votes
1answer
100 views

Facebook chat, GTalk with XMPP?

I'm still not quite sure what XMPP is. However I understand it is a protocol which drives many IM services such as FB and GTalk. What I'm asking is, is it possible for FB accounts to chat to other ...
0
votes
1answer
97 views

Group chat in gtalk for Android

I am making gtalk Im using smack 3.2.1 API. I am stuck with group chat implementation. here is my code for initiate a group chat: conf = new MultiUserChat(connection, "room@groupchat.google.com"); ...
0
votes
1answer
41 views

Google Talk - Modify chat messages in real-time

I am trying to develop an application that needs to modify the chat messages on Gtalk in real-time while people are chatting. For example, say I am chatting with X. My application would convert all ...
0
votes
0answers
37 views

How to make GTalkService Connection in android?

Now i make the GTalkService Connection.And i have some info regarding this http://jon.oberheide.org/blog/2010/06/28/a-peek-inside-the-gtalkservice-connection/ But how to start this GTalkService ...
0
votes
1answer
38 views

Gtalk auto responder

Lifemojo.com has introduced a new feature through which you can access the calorie content of any food item or the calorie burnt by any activity, by sending the name of the food item or activity as a ...
0
votes
0answers
53 views

What does Gmail use to play its notification sound? [closed]

Do you know what technology Gmail uses for their gtalk notifications? Specifically the notification sound that plays as soon as there's a new message. I doubt it just plays a .wav or .mp3 file. We ...
0
votes
1answer
105 views

Check if the user is logged into google talk

for my app I need to know whether the user is currently logged into google talk (which ships with most androids). AccountManager does not seem to help.. Someone know/has an idea how to accomplish ...
0
votes
0answers
69 views

Problems to communicate with gtalk API using XAMPPHP

I am trying to create a web client for gtalk (cause there are firewall restrictions with gmail and gtalk) however, trying to execute this example: include 'XMPPHP/XMPP.php'; $conn = new ...

1 2