googletalk

iChat Google Talk - Cannot connect mystery.

Using iChat, I cannot connect to Google jabber server. I have deleted all jabber related keychain entries. I tested my user/pass on the web-based talkgadget to ensure I had the correct info. I can connect to the port via telnet, so there is no firewall issue AFAIK. However, testing with Adium also revealed an inability to connect (at...

Facebook status update through php

Hi, I want to develop a bot which will update the status of a facebook account using php. Please guide me on this ...

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 : http://forums.winamp.com/showthread.php?postid=2481680 iTunes :http://developer.apple.com/sdk/itunescomsdk.html Windows Media Player : http://msd...

How to Use Smack Jingle in Google Talk

I'm trying to write a google talk client in java. I'm using smack api from ignite realtime. there is a difference between google talk voice chat implementation with standard jingle protocol. I've tried the smack jingle that is based on standard jingle but it won't work with google talk. I want to know the difference to alter the smack ...

google talk java api support voice chat

I Have to write a google talk client & now I want to write voice chat for this . I'm using smack api from ignite realtime . I've tried the smack jingle that is based on standard jingle but it won't work with google talk . VoiceClearly offers a free Java API for Google Talk that support voice and chat , but it doesn't release this API sou...

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. ...

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 it is possible to use Oauth or some other form of authentication that does not require password storage. The Google data api docs I have s...

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 because they do not set the full JID on responses, resulting in (very hidden, low level) errors like: <message to="[email protected]" from...

Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)

Hi, 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 thing i found was the XMPP protocol, however it's not real P2P, but if i can use the existing google talk service, i'm ready to go. Is th...

Programmatically inviting contacts to Google Chat

Hello folks, 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 with local mailfiles). This works so far, but I have a problem when syncing contacts: under certain circustances, the contact...

Integration of aadvark with Gtalk - how does it work

Hi guys Not sure if anyone has used aadvark but it has a very nice integration with Gtalk. If you have signed up on aadvark - when any question is posted in your area of expertise - there will be nice pop-up in ur gtalk window asking if you are interested in answering - if you say Yes - it will ask you the question and you can answer in...

Finding status of GoogleTalk

Hi, 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 decleration : [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] private static extern IntPtr FindWindowEx(IntPtr parentH...