Searched refs:setMaxUsers (Results 1 – 11 of 11) sorted by relevance
125 room.setMaxUsers(Integer.parseInt(roomConfig.get("muc#roomconfig_maxusers"))); in loadConfig()
3174 public void setMaxUsers(int maxUsers) { in setMaxUsers() method in MUCRoom
50 void setMaxUsers(int max) override { m_maxUsers = qBound(1, max, 254); } in setMaxUsers() function
99 virtual void setMaxUsers(int count) = 0;
87 void setMaxUsers(int max) override;
482 void FiledHistory::setMaxUsers(int max) in setMaxUsers() function in server::FiledHistory
365 m_history->setMaxUsers(conf["maxUserCount"].toInt()); in setSessionConfig()
48 fh->setMaxUsers(200); in testMetadata()49 fh->setMaxUsers(maxUsers); // this should replace the previously set value in testMetadata()
126 session->setMaxUsers(reader.metadata().value("maxUserCount").toInt(25)); in init()
263 room.setMaxUsers((value != null ? Integer.parseInt(value) : 30)); in processConfigurationForm()
247 room.setMaxUsers(rs.getInt("maxUsers")); in loadFromDB()690 room.setMaxUsers(resultSet.getInt("maxUsers")); in loadRooms()