josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Text chat cleanup on Exit #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Exit the different tabs in the tet chat are not notified and a person can be 
chatting to someone that is not online anymore.
There is a bunch of code in the text-chat module to give feedback to a user 
that someone else has disconnected but it is not being used at the moment 
(discussion about logout Vs. exit).

A possible solution would be to register a UserListener that can direct the 
exit/logout clean up operations from the server.

Original issue reported on code.google.com by josmasfl...@gmail.com on 25 Jan 2012 at 2:11