/** @param String $roomName 
  * @return boolean */
 public function entersRoom($roomName)
 {
     //COPY:ALL
     return $this->chat->userEntersRoom($this->user->getName(), $roomName);
     //COPY:ALL
 }