Tagged Questions
The googletalk tag has no wiki summary.
12
votes
5answers
5k views
Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)
I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P.
The first ...
8
votes
1answer
823 views
Programmatically change gmail status via OAuth or Authsub
I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk
Does anyone know if/how ...
8
votes
5answers
13k views
Facebook status update through php
I want to develop a bot which will update the status of a facebook account using php.
Please guide me on this
3
votes
2answers
1k views
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.
3
votes
2answers
402 views
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 : ...
1
vote
2answers
469 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
275 views
Finding status of GoogleTalk
I am trying to create a program which will show me the status of my Gtalk (online/offline).
I can find the Status View 2 class, but how can I find the text within it.
Here's my code.
API ...
1
vote
1answer
162 views
Programmatically inviting contacts to Google Chat
I'm writing a sync application for Lotus Notes and Google (I know, there are some of them out there, but they are either not free or sync only calendar (or only contacts) and most of them cannot deal ...
0
votes
0answers
198 views
Chat History in Google Talk when using jabber.net
I am using jabber.net to write a client for Goggle Talk. Jabber.Net is working fine.
The problem i am facing is that the messages sent from the client i developed are not getting saved in gmail chat ...
0
votes
1answer
785 views
Adding Instant Messaging (possibly XMPP) to my website on AppEngine (without using Google Login IDs)
I have developed a dating website built on top of the Google App Engine, to which I would like to add instant messaging, and possibly/probably audio and video conferencing.
Given that the users on ...
0
votes
1answer
716 views
Why do all twisted/wokkel xmpp examples ignore the proper usage of JID in the xmpp protocol?
Okay, this isn't a question. All the examples of wokkel and twisted I have seen do not properly observe generated resources in the JID.
Google talk clients built using wokkel/twisted generally break ...