chromecow
Visitor
|
feature request: exists - 2008/03/13 22:21
I'm doing a lot of bandwidth intensive polling to look for potential conflicts in nickname and room creation. Would it be possible to get some simple polling nodes, something like:
SEND<exists nickname = "NewNickname"> RECEIVE<"true"> or <"false">
SEND<exists room= "NewRoomName"> RECEIVE<"true"> or <"false">
That way, the client doesn't have to request the list of all room name, then run through them all to see if the requested name already exists.
Also, has anyone done anything with password protecting rooms? I'm looking to create a setup where a group can create a private room, protected by a password.
Yes...my next step is to look at the server-side code...};^)
Anyway, hoping to have a prototype to show in a few days.
|