Uses of Class
org.jivesoftware.smackx.muc.HostedRoom
-
Packages that use HostedRoom Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of HostedRoom in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return types with arguments of type HostedRoom Modifier and Type Method Description Map<EntityBareJid,HostedRoom>
MultiUserChatManager. getRoomsHostedBy(DomainBareJid serviceName)
Returns a Map of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name.
-