Package | Description |
---|---|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
Modifier and Type | Method and Description |
---|---|
ChatRoom |
ChatContainer.getActiveChatRoom()
Returns the Active ChatRoom.
|
ChatRoom |
ChatContainer.getChatRoom(int location)
Returns a ChatRoom in the specified tab location.
|
ChatRoom |
ChatContainer.getChatRoom(java.lang.String roomName)
Returns a ChatRoom by name.
|