Package org.jivesoftware.smackx.muclight
Class MUCLightRoomConfiguration
- java.lang.Object
-
- org.jivesoftware.smackx.muclight.MUCLightRoomConfiguration
-
public class MUCLightRoomConfiguration extends Object
MUC Light room configuration class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,String>
getCustomConfigs()
Returns the room custom configurations.String
getRoomName()
Returns the room name.String
getSubject()
Returns the room subject.
-
-
-
Method Detail
-
getRoomName
public String getRoomName()
Returns the room name.- Returns:
- the name of the room.
-
getSubject
public String getSubject()
Returns the room subject.- Returns:
- the subject of the room.
-
getCustomConfigs
public HashMap<String,String> getCustomConfigs()
Returns the room custom configurations.- Returns:
- the custom configurations of the room.
-
-