public class HostedRoom extends Object
MultiUserChatManager.getRoomInfo(org.jxmpp.jid.EntityBareJid)
or could be used for joining the room
MultiUserChatManager.getMultiUserChat(org.jxmpp.jid.EntityBareJid)
and MultiUserChat.join(org.jxmpp.jid.parts.Resourcepart)
.Constructor and Description |
---|
HostedRoom(DiscoverItems.Item item) |
Modifier and Type | Method and Description |
---|---|
EntityBareJid |
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)
public EntityBareJid getJid()
MultiUserChat
when joining a room.