Is it possible to get rooms which socket is currently in, without calling
io.sockets.clients(roomName)
for every room name and looking for
Version 2.0.3
io.sockets.sockets[yourSocketID].rooms
That equal with
socket.rooms