asp.netinstant-messaging

Integrating Instant Messaging into an ASP.NET application


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

Does anyone know about some existing libraries, sample applications or other resources that might help implementing such a feature?

Thanks a lot for sharing your knowledge.


Solution

  • You should try Jabber. Demo client avaiable here.

    There is an architectural overview, the main concept looks like this:

    alt text
    (source: webta.net)

    And some citation from the site: