ssboisen / palaver.io

a lucid node.js framework for building multi-room chat-applications
www.palaver.io
1 stars 1 forks source link

Disconnected / away-from-keyboard #18

Open ssboisen opened 11 years ago

ssboisen commented 11 years ago

At the moment people are listed as being in a channel even if they are not connected - while this might be intended information about the fact that they are disconnected should probably be available so clients can use this to apply special styling or simply filter out disconnected-users. We need user-disconnected and user-connected events to communicate this as well as making the information available on the joined-room event.