public class HostedRoom extends Object
MultiUserChatManager.getRoomInfo(String)
or could be used for joining the room
MultiUserChatManager.getMultiUserChat(String)
and MultiUserChat.join(String).| Constructor and Description |
|---|
HostedRoom(DiscoverItems.Item item) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJid()
Returns the XMPP address of the hosted room by the chat service.
|
String |
getName()
Returns the name of the room.
|
public HostedRoom(DiscoverItems.Item item)