Uses of Interface
org.jivesoftware.openfire.muc.MultiUserChatService
-
Packages that use MultiUserChatService Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.cluster org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of MultiUserChatService in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MultiUserChatService Modifier and Type Method Description MultiUserChatServiceMUCRoom. getMUCService()Get the multi user chat service the room is attached to.MultiUserChatServiceMultiUserChatManager. getMultiUserChatService(Long serviceID)Retrieves a MultiUserChatService instance specified by it's service ID.MultiUserChatServiceMultiUserChatManager. getMultiUserChatService(String subdomain)Retrieves a MultiUserChatService instance specified by it's subdomain of the server's primary domain.MultiUserChatServiceMultiUserChatManager. getMultiUserChatService(org.xmpp.packet.JID jid)Retrieves a MultiUserChatService instance specified by any JID that refers to it.Methods in org.jivesoftware.openfire.muc that return types with arguments of type MultiUserChatService Modifier and Type Method Description List<MultiUserChatService>MultiUserChatManager. getMultiUserChatServices()Retrieves all of the MultiUserChatServices managed and configured for this server, sorted by subdomain.Methods in org.jivesoftware.openfire.muc with parameters of type MultiUserChatService Modifier and Type Method Description voidMultiUserChatManager. registerMultiUserChatService(MultiUserChatService service)Registers a new MultiUserChatService implementation to the manager.voidMultiUserChatManager. registerMultiUserChatService(MultiUserChatService service, boolean allNodes)voidMUCRoom. setMUCService(MultiUserChatService service)Sets the multi user chat service the room is attached to. -
Uses of MultiUserChatService in org.jivesoftware.openfire.muc.cluster
Constructors in org.jivesoftware.openfire.muc.cluster with parameters of type MultiUserChatService Constructor Description ServiceInfo(MultiUserChatService service) -
Uses of MultiUserChatService in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement MultiUserChatService Modifier and Type Class Description classMultiUserChatServiceImplImplements the chat server as a cached memory resident chat server.Methods in org.jivesoftware.openfire.muc.spi that return MultiUserChatService Modifier and Type Method Description MultiUserChatServiceLocalMUCRoom. getMUCService()Methods in org.jivesoftware.openfire.muc.spi with parameters of type MultiUserChatService Modifier and Type Method Description static Collection<LocalMUCRoom>MUCPersistenceManager. loadRoomsFromDB(MultiUserChatService chatserver, Date cleanupDate, PacketRouter packetRouter)Loads all the rooms that had occupants after a given date from the database.voidLocalMUCRoom. setMUCService(MultiUserChatService service)Constructors in org.jivesoftware.openfire.muc.spi with parameters of type MultiUserChatService Constructor Description IQMuclumbusSearchHandler(MultiUserChatService mucService)Creates a new instance of the search provider.IQMUCSearchHandler(MultiUserChatService mucService)Creates a new instance of the search provider.LocalMUCRole(MultiUserChatService chatserver, LocalMUCRoom chatroom, String nickname, MUCRole.Role role, MUCRole.Affiliation affiliation, LocalMUCUser chatuser, org.xmpp.packet.Presence presence, PacketRouter packetRouter)Create a new role.RemoteMUCRole(MultiUserChatService server, OccupantAddedEvent event)
-