Home
last modified time | relevance | path

Searched refs:setMaxUsers (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/
H A DMUCEventDelegate.java125 room.setMaxUsers(Integer.parseInt(roomConfig.get("muc#roomconfig_maxusers"))); in loadConfig()
H A DMUCRoom.java3174 public void setMaxUsers(int maxUsers) { in setMaxUsers() method in MUCRoom
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dinmemoryhistory.h50 void setMaxUsers(int max) override { m_maxUsers = qBound(1, max, 254); } in setMaxUsers() function
H A Dsessionhistory.h99 virtual void setMaxUsers(int count) = 0;
H A Dfiledhistory.h87 void setMaxUsers(int max) override;
H A Dfiledhistory.cpp482 void FiledHistory::setMaxUsers(int max) in setMaxUsers() function in server::FiledHistory
H A Dsession.cpp365 m_history->setMaxUsers(conf["maxUserCount"].toInt()); in setSessionConfig()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/tests/
H A Dfiledhistory.cpp48 fh->setMaxUsers(200); in testMetadata()
49 fh->setMaxUsers(maxUsers); // this should replace the previously set value in testMetadata()
/dports/graphics/drawpile/Drawpile-2.1.20/src/thinsrv/
H A Dtemplatefiles.cpp126 session->setMaxUsers(reader.metadata().value("maxUserCount").toInt(25)); in init()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/
H A DIQOwnerHandler.java263 room.setMaxUsers((value != null ? Integer.parseInt(value) : 30)); in processConfigurationForm()
H A DMUCPersistenceManager.java247 room.setMaxUsers(rs.getInt("maxUsers")); in loadFromDB()
690 room.setMaxUsers(resultSet.getInt("maxUsers")); in loadRooms()