Class MUCRoomSearchInfo
java.lang.Object
org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
- All Implemented Interfaces:
org.xmpp.resultsetmanagement.Result
-
Constructor Details
-
MUCRoomSearchInfo
-
-
Method Details
-
getServiceName
-
getJID
public org.xmpp.packet.JID getJID() -
getSubject
-
getName
-
getNaturalLanguageName
-
getDescription
-
isLocked
public boolean isLocked() -
isPublicRoom
public boolean isPublicRoom() -
getOccupantsCount
public int getOccupantsCount() -
getParticipantCount
public int getParticipantCount() -
getMaxUsers
public int getMaxUsers() -
isMembersOnly
public boolean isMembersOnly() -
isPasswordProtected
public boolean isPasswordProtected() -
canAnyoneDiscoverJID
public boolean canAnyoneDiscoverJID() -
getUID
- Specified by:
getUIDin interfaceorg.xmpp.resultsetmanagement.Result
-