Jabber integration in ASP.NET

I am looking for an AJAX-enabled web client for Jabber. I found some, but they try to integrate with ASP.NET.

Some of them have not even been tested in IE.

I'm trying to make a Facebook chat client, any suggestion is welcome?

+3
source share
1 answer

Take a look at this jabbar library for .NET:

http://code.google.com/p/jabber-net/

Or here if you need a turnkey solution for your site:

http://www.hotscripts.com/

+2
source

Source: https://habr.com/ru/post/1705991/


All Articles