Gtalk (or gtalk or GTalk) is a shortcut for Google Talk, an instant messaging and VoIP service provided by Google.
1
vote
1answer
52 views
Is anyone able to connect with the new Gtalk (Hangouts) using XMPP?
The change in Google Plus (Hangout is everything now) that came last week seems to have disabled the ability to connect to a Gtalk user with previous IM clients. Google has said the Google Voice will ...
-1
votes
1answer
16 views
ejabberd and gtalk .First day with ejabberd
just downloaded ejabberd and started using factory configuration.Now wants to enable it using gtalk.Kindly help for the steps
0
votes
1answer
16 views
How do I use Presence Probes with agsxmpp and C#
How can I retrieve a contact's current presence information using XMPP Presence Probes?
Thanks in advance.
0
votes
0answers
17 views
android gtalk - MultiUserChat - XMPP - not able to Receive Invitation
I am trying to make a chatserver using gtalk/gmail credentials. I am able to Create an XMPPConnection using one of the accounts that I have used to log in gtalk / gmail app . I am able to send Invite ...
0
votes
1answer
105 views
How do I integrate Google Talk in my iOS social networking app?
How do I integrate Google Talk in my iOS social networking app? I found this, but it didn't help me.
0
votes
0answers
49 views
how to use xmpp (smack) over talk.google.com server for OWN chat app
private static final String HOST = "talk.google.com";
private static final int PORT = 5222;
private static final String SERVICE = "gmail.com";
// establish connection
connConfig = new ...
-1
votes
0answers
40 views
XMPP via proxy server [closed]
I have created a C# application (with agsXMPP.dll) that uses XMPP protocol for chatting. It uses gtalk(which is based on XMPP). When I try to send chat messages via a proxy server it gives me error ...
8
votes
1answer
141 views
XMPPHP GTalk Status
I'm trying to get my online status using XMPPHP(https://code.google.com/p/xmpphp/) and I can't seem to get anything that has my status from the $conn. Here is a snippet of my code.
...
0
votes
1answer
37 views
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 ...
0
votes
0answers
85 views
Check for Online status of Roster Item using AGSXMPP
I am using AGSXMPP Library with C#. Everything works fine except OnPresence event is not firing when a GTalk user is disconnected from the Internet and the user's status remains as Online. Is there is ...
-1
votes
2answers
80 views
How to connect xmpp with gtalk in windows phone?
I am using xmpp and socketserver core classes without matrix or ags or any other paid dlls in my project. The code is connecting successfully with jabber domain and shows the friend list
...
-1
votes
1answer
67 views
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. ...
-1
votes
0answers
17 views
What the visibility of gtalk contacts in android
I want the visibility mode of a gmail contact into android application. What are the ways to get it. I am able to get all the gmail contacts into my application but now i want to get the status of the ...
6
votes
2answers
160 views
Receiving GTalk messages in own app?
I'm new to Android Development. I'm a big fan of Android's Inbuilt Talk app, but what I hate about it is lack of customizable notification, so I decided to develop an app for it.
My requirement is an ...
0
votes
1answer
73 views
Exception occurred on login method of XMPPConnection in smack
I wrote the following code:
ConnectionConfiguration connConfig = new ConnectionConfiguration("talk.google.com", 5222, "gmail.com");
XMPPConnection connection = new XMPPConnection(connConfig);
...
0
votes
0answers
139 views
Invite/Accept Jabber Users to Google Talk using API
I am using Google Contacts API to add my website users into my Google Account. Is there any way that I can send Google Talk chat invitation to their Jabber Account? Or at least is there any way to ...
0
votes
1answer
153 views
OpenFire - Google Talk Federation
I have a OpenFire 3.7.1 Server configured on im.domain.com. I want to Google Talk Federation on this server, so that my users can chat with other GTalk users.
This is my SRV Records on GoDaddy.
I ...
0
votes
1answer
77 views
Android Implementation like gtalk status
I would like to implement the status function of my application similar to gtalk but i am not able to understand what widget or design i should take (I am beginner in android)
The gtalk status seems ...
-1
votes
1answer
108 views
Ruby Thread Deadlock in XMPP (xmpp4r)
I'm implementing a Google Talk listener that updates me with all my contact list items' presence.
require 'xmpp4r'
require 'xmpp4r/roster'
require 'xmpp4r/roster/helper/roster'
sender_jid = ...
-1
votes
0answers
64 views
how to get Google talk avatar profile
I have a web-based chatting app ( kind of ebuddy ) which allow user to log in use Google Talk account.
But I can't get the Google talk avatar for user's friend list.. all of the user's friend list ...
3
votes
1answer
159 views
How does Google Talk replicate messages across devices?
I'm wondering how (official) GTalk clients manage to show all messages received - even if it was originally consumed by another client. For example: I'm logged into GTalk on gmail.com on my laptop ...
0
votes
1answer
115 views
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 ...
0
votes
0answers
73 views
JAXL : How do I connect to gtalk using jaxl library?
I'm trying to add gtalk to a php web site. I'm trying it using JAXL library.
Please explain how to connect to gtalk. How do I do the authentication.
Can I do it as mentioned in : Connect to windows ...
0
votes
1answer
142 views
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);
...
0
votes
1answer
46 views
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 + ...
0
votes
1answer
202 views
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 ...
0
votes
0answers
207 views
How to use google talk gadget in website
I want to embed gtalk chat gadget so that users would be able to chat within my website.
FAQ here - http://support.google.com/talk/answer/2722317?hl=en says that Google discontinued Google Talk ...
2
votes
2answers
80 views
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 ...
0
votes
0answers
97 views
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 ...
1
vote
1answer
171 views
Use Facebook etc. to Login to Openfire Server from Android Client
I am creating an Android app that will have a chat function. I plan to use openfire as the server and to manage other user data in the custom database. I would like to have users be able to login to ...
2
votes
1answer
115 views
GWT - Connect to talk.google.com from GWT Application
I want to connect to google server from my GWT Application, to integrate google chat into my Appllication.
I have tried using the emite gwt library, but haven't been successful with the configuration ...
0
votes
0answers
209 views
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 ...
0
votes
1answer
488 views
XMPP Google Talk X-OAUTH2 login requires username
I'm implementing an XMPP client for Google Talk that is using the relatively new X-OAUTH2 mechanism. I had the idea that I shouldn't need to store either username or password for the authentication to ...
-1
votes
1answer
199 views
Access chat history using IMAP on Gmail [closed]
I would like to know if it is possible to retrieve the chat history one can found in the Gmail UI, using IMAP.
My searches on the Internet have made me think that chat history might be a IMAP folder, ...
-1
votes
1answer
83 views
XMPP/Gtalk Status: Difference between UNAVAILABLE and INVISIBLE? [closed]
GTalk XMPP servers also have a custom extension, part of which specifies invisibility.
GTalk XMPP servers support the 'unavailable' status, which (as far as I can tell) means that other users will ...
0
votes
1answer
114 views
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 ...
9
votes
2answers
460 views
Redirect traffic of Google Talk for Android
I know Google Talk for Android tries to connect to mtalk.google.com:5228 (or port 5223 or port 5222) but when I'm connected to University Wifi I can't use gTalk because all outgoing connection to port ...
0
votes
1answer
225 views
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 ...
0
votes
0answers
220 views
Java video call application client for gtalk [closed]
I am developing a Java application that provides specific functions for older people. It should accept a Gmail account and allow gtalk video and audio call facilty. I think smackx-jingle can be used ...
0
votes
1answer
339 views
How to build gmail chat bot?
I want to build an simple gmail chat bot.
The bot reads the chat messsage of the recipient and responds it..
I have developed the logic for response to the message
but now im stuck with the bot ...
1
vote
0answers
187 views
GTalk API in asp,net
I would like to build an asp.net web application that uses GTalk / Yahoo messenger api that sends a predefined message to a server and receive back confirmation message from the other end. I want to ...
0
votes
0answers
74 views
Is it possible to detect the end of a GTalk video chat in Android?
I am developing an application that supports Video Chat using Google Talk. I can start a Video Chat on an OnClick method with this code I found here
Uri imUri = new ...
1
vote
2answers
260 views
I am trying to connect to gtalk using xmpppy. How do I authenticate? Simple code I found in many places isn't working
The code I used:
import xmppy
jid = xmpp.JID('user@gmail.com')
cl = xmpp.Client(jid.getDomain())
cl.connect(server=('talk.google.com',5222))
cl.auth('user@gmail.com', 'password','something')
It ...
1
vote
1answer
179 views
Invalid GTalk scope for device in OAUTH2 authorisation process
I want my app to be able to log to GTalk and GMail with OAuth2 authentication.
My app runs on feature phones and can't access the internal browser, so I use the "device" OAuth flow as described at ...
0
votes
1answer
447 views
How to play a notification alert sound when the browser window is minimized and when a notification comes from the server
I have a requirement where i need to play a notification sound only when the browser window is minimized similar to what GTalk does.
I've tried it using JQuery's $(window).blur() but it only plays it ...
0
votes
1answer
192 views
Can I connect on Google Talk with Colloquy? [closed]
I'm currently using IRC a lot and I saw Colloquy supports XMPP/Jabber.
For me it sounded like "Google Talk will work".
But I just cant make it work.
I used the settings described on ...
1
vote
1answer
605 views
connect private XMPP account through gtalk
Recently started at a new small company that has the following infrastructure:
Private XMPP Openfire server that hosts @chat..com
Google Apps for email, chat, docs, etc. with account of @.com
The ...
1
vote
1answer
93 views
How to use Ruby's xmpp library behind a HTTP proxy
I want to use to the xmpp4r gem to send notifications to gtalk from my Rails app. However I am behind a HTTP proxy and hence cannot use regular jabber. Also, xmpp4r supports HTTPBind but it seems ...
1
vote
2answers
600 views
how to send message to gtalk using python?
i'm trying to work with XMPP Servers and it's related python libraries and i'm gonna send a message to a google user with my account using the below python code segment :
import sys,os,xmpp
...
1
vote
0answers
122 views
python-xmpp received message
I wrote application with xmpp. It sending message using gtalk. I want to print received message. How can i do? My application short code as follows.
def process_message():
client = ...




