views:

205

answers:

1

I'm looking for an open source Chat Component for anAsp.net Application.

It is better to use Open ID or Asp.net Member ship and AlsoSupports UTF-8 and RTL

+1  A: 

Hi,

I've recently published an opensource chatting application over at CodePlex. It takes inspiration from Google Talk as well as Facebook chat.

It uses XML to store messages and chat sessions etc.

Check it out @ http://aspnetjquerychat.codeplex.com/

Ali Kazmi