Package org.jivesoftware.smackx.muclight
Class MUCLightRoomInfo
java.lang.Object
org.jivesoftware.smackx.muclight.MUCLightRoomInfo
MUC Light room info class.
-
Constructor Summary
ConstructorDescriptionMUCLightRoomInfo
(String version, Jid roomJid, MUCLightRoomConfiguration configuration, Map<Jid, MUCLightAffiliation> occupants) MUC Light room info model constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration.Returns the room occupants.getRoom()
Returns the JID of the room whose information was discovered.Returns the version.
-
Constructor Details
-
MUCLightRoomInfo
public MUCLightRoomInfo(String version, Jid roomJid, MUCLightRoomConfiguration configuration, Map<Jid, MUCLightAffiliation> occupants) MUC Light room info model constructor.- Parameters:
version
- TODO javadoc me pleaseroomJid
- TODO javadoc me pleaseconfiguration
- TODO javadoc me pleaseoccupants
- TODO javadoc me please
-
-
Method Details
-
getVersion
Returns the version.- Returns:
- the version
-
getRoom
Returns the JID of the room whose information was discovered.- Returns:
- the JID of the room whose information was discovered.
-
getConfiguration
Returns the configuration.- Returns:
- the room configuration
-
getOccupants
Returns the room occupants.- Returns:
- the occupants of the room.
-