public class HostedRoom
extends java.lang.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 |
---|---|
java.lang.String |
getJid()
Returns the XMPP address of the hosted room by the chat service.
|
java.lang.String |
getName()
Returns the name of the room.
|
public HostedRoom(DiscoverItems.Item item)
public java.lang.String getJid()
MultiUserChat
when joining a room.public java.lang.String getName()