Package org.jivesoftware.smackx.muclight
Class MUCLightRoomConfiguration
java.lang.Object
org.jivesoftware.smackx.muclight.MUCLightRoomConfiguration
MUC Light room configuration class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the room custom configurations.Returns the room name.Returns the room subject.
-
Constructor Details
-
MUCLightRoomConfiguration
MUC Light room configuration model constructor.- Parameters:
roomName
- TODO javadoc me pleasesubject
- TODO javadoc me pleasecustomConfigs
- TODO javadoc me please
-
-
Method Details
-
getRoomName
Returns the room name.- Returns:
- the name of the room.
-
getSubject
Returns the room subject.- Returns:
- the subject of the room.
-
getCustomConfigs
Returns the room custom configurations.- Returns:
- the custom configurations of the room.
-