public class HostedRoom extends java.lang.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 |
|---|---|
org.jxmpp.jid.EntityBareJid |
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 org.jxmpp.jid.EntityBareJid getJid()
MultiUserChat when joining a room.public java.lang.String getName()