public final class RoomInfo extends Object
| Constructor and Description |
|---|
RoomInfo(rocks.xmpp.extensions.disco.model.info.Identity identity,
Set<MucFeature> features,
RoomInfoForm roomInfoForm) |
| Modifier and Type | Method and Description |
|---|---|
List<rocks.xmpp.core.Jid> |
getContacts()
Gets the contact addresses (normally, room owner or owners).
|
int |
getCurrentNumberOfOccupants()
Gets the current number of occupants in the room.
|
String |
getDescription()
Gets a short description.
|
Set<MucFeature> |
getFeatures()
Gets the features of this room.
|
String |
getLanguage()
Gets the natural language for room discussions.
|
String |
getLdapGroup()
Gets an associated LDAP group that defines
room membership; this should be an LDAP
Distinguished Name according to an
implementation-specific or
deployment-specific definition of a
group.
|
URL |
getLogs()
Gets an URL for archived discussion logs.
|
int |
getMaxHistoryMessages()
Gets the maximum number of history messages returned by the room.
|
String |
getName()
Gets the name of the room.
|
String |
getSubject()
Gets the current discussion topic.
|
boolean |
isChangeSubjectAllowed()
Indicates, whether the room subject can be modified by participants.
|
public RoomInfo(rocks.xmpp.extensions.disco.model.info.Identity identity, Set<MucFeature> features, RoomInfoForm roomInfoForm)
public Set<MucFeature> getFeatures()
public String getName()
public int getMaxHistoryMessages()
public List<rocks.xmpp.core.Jid> getContacts()
public String getDescription()
public String getLanguage()
public String getLdapGroup()
public URL getLogs()
public int getCurrentNumberOfOccupants()
public String getSubject()
public boolean isChangeSubjectAllowed()
Copyright © 2014 XMPP.rocks. All rights reserved.