Searched refs:roomCreationRestricted (Results 1 – 2 of 2) sorted by relevance
141 void setRoomCreationRestricted(boolean roomCreationRestricted); in setRoomCreationRestricted() argument
233 private boolean roomCreationRestricted = false; field in MultiUserChatServiceImpl2310 return roomCreationRestricted; in isRoomCreationRestricted()2314 public void setRoomCreationRestricted(final boolean roomCreationRestricted) { in setRoomCreationRestricted() argument2315 this.roomCreationRestricted = roomCreationRestricted; in setRoomCreationRestricted()2316 …nceManager.setProperty(chatServiceName, "create.anyone", Boolean.toString(roomCreationRestricted)); in setRoomCreationRestricted()2425 roomCreationRestricted = in initializeSettings()