this.chatService = chatService;
User user = (User) session.get(ChatAuthenticationInterceptor.USER_SESSION_KEY); chatService.exitRoom(user.getName(), roomName); return SUCCESS;
return roomName;
this.roomName = roomName;
this.session = session;