5

I am looking for a .NET API for Google-Talk (talk/voice/video/file).

Any resources?

Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
  • 1
    possible duplicate of [Need Google Talk API for C#.Net](http://stackoverflow.com/questions/7089816/need-google-talk-api-for-c-net) – John Oct 25 '11 at 13:51

1 Answers1

8

Google Talk uses XMPP. Here's a .NET API for this protocol. And there's a list of other libraries.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928