Need Google Talk API for C#.Net
An开发者_Go百科y one know Google Talk Api for C#.Net?, Please help.
Check out Google Talk for Developers.
It uses the Extensible Messaging and Presence Protocol (XMPP) (Originally called Jabber as @kbok mentioned).
There are numerous XMPP libraries available for .NET. The agsXMPP SDK .NET library being one of them.
Here's a tutorial in C# to get you started:
Google Talk (GTalk) Autoreply using .NET
Google Chat uses the Jabber(AKA XMPP) protocol behind the hood. You can find a .NET binding here : http://code.google.com/p/jabber-net/
This project uses Jabber.net to access Google Chat. That should get you started.
精彩评论