> The requirements are these:
> 1. A user has a list of the other users in the system. He can click 
> a button that initiates a conversation with the selected user. The 
> other user can accept or not the conversation. If accepts, a "chat 
> room" is opened and now then can have a conversation. The rooms 
> only accept 2 people. We would like a user to be able to have 
> several conversations at a time, but each conversation only 
> between 2 people.

One thing you could do is use XMLHttpRequest and javascript to simulate
an instant message client in a web browser.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to