Does anyone know Google Talk Api for C # .Net ?, Please help.
Check out Google Talk for developers .
It uses the Advanced Messaging and Presence Protocol (XMPP) (originally called Jabber as mentioned by @kbok).
There are many XMPP libraries for .NET. The agsXMPP SDK.NET library is one of them.
Here is a C # tutorial to get you started:
Google Talk (GTalk) Autoreply using .NET
Google Chat uses the Jabber Protocol (AKA XMPP) behind the hood. You can find the .NET binding here: http://code.google.com/p/jabber-net/
This project uses Jabber.net to access Google chat. That should get you started.
Source: https://habr.com/ru/post/895227/More articles:How can I keep the same URL in the address bar for each page? - htmlchange website url using php or javascript? - javascriptMy views reset on changing orientation - androidResume bookmark in workflow service - workflow-foundation-4How to configure UISegmentedControl in iOS? - iosRewrite url to rewrite - phpUsing appendChild with IE in Javascript - javascriptDynamic line chart in C # WPF application - c #HTML / CSS - Why does background color turn white when printing? - htmlAutomatically populate AJAX Control Toolkit behind modal popup - htmlAll Articles