Tmeister
Visitor
|
A couple of doubts - 2006/08/25 00:01
Hi.
I'm making a chat client based on palabre. everything went just fine, connection, login, UserList, etc.
But, when a client logoff (close the client), i only get the new userList from the room, can i get the username of the disconnected user?
something like this:
<quit nick='someNick' />
and also when a client joins to the room, i only get the new UserList again.
is it possible to add those tags?, ie:
<join nick='someNick' /> <quit nick='someNick' />
those 2 tags will be really useful.
thanks..
|