Integrate Instant Messaging into an ASP.NET Application

I was thinking about integrating some instant messaging function into an existing ASP.NET web application, for example:

  • the web application can display the online status of users (they are currently logged in with their IM client)
  • users can send messages from the web application to the IM client of other users.
  • users can initiate chat chat from a web application (without knowing the identity of another user in advance)

Does anyone know of some existing libraries, sample applications, or other resources that can help implement such a function?

Thank you for sharing your knowledge.

+3
source share
3

Jabber. Demo .

, :

alt text http://webta.net/docs/Drawing1.png

:

  • 1. - AJAX .
  • 2. IM- HTTP- (). HTTP - . , , , HTTP- http daemon. , ( ), . IM- . IM-, , .
+6
0

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


All Articles