Class MUCRoomSearchInfo
- java.lang.Object
-
- org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
-
- All Implemented Interfaces:
org.xmpp.resultsetmanagement.Result
public class MUCRoomSearchInfo extends Object implements org.xmpp.resultsetmanagement.Result
-
-
Constructor Summary
Constructors Constructor Description MUCRoomSearchInfo(MUCRoom room)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canAnyoneDiscoverJID()
String
getDescription()
org.xmpp.packet.JID
getJID()
int
getMaxUsers()
String
getName()
String
getNaturalLanguageName()
int
getOccupantsCount()
int
getParticipantCount()
String
getServiceName()
String
getSubject()
String
getUID()
boolean
isLocked()
boolean
isMembersOnly()
boolean
isPasswordProtected()
boolean
isPublicRoom()
-
-
-
Constructor Detail
-
MUCRoomSearchInfo
public MUCRoomSearchInfo(MUCRoom room)
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
getJID
public org.xmpp.packet.JID getJID()
-
getSubject
public String getSubject()
-
getName
public String getName()
-
getNaturalLanguageName
public String getNaturalLanguageName()
-
getDescription
public String 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
public String getUID()
- Specified by:
getUID
in interfaceorg.xmpp.resultsetmanagement.Result
-
-