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.
source
share