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.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 MultiUserChatService
MUCRoom. getMUCService()
Get the multi-user chat service the room is attached to.MultiUserChatService
MultiUserChatManager. getMultiUserChatService(long serviceID)
Retrieves a MultiUserChatService instance specified by it's service ID.MultiUserChatService
MultiUserChatManager. getMultiUserChatService(String subdomain)
Retrieves a MultiUserChatService instance specified by it's subdomain of the server's primary domain.MultiUserChatService
MultiUserChatManager. 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 void
MultiUserChatManager. registerMultiUserChatService(MultiUserChatService service)
Registers a new MultiUserChatService implementation to the manager.void
MultiUserChatManager. registerMultiUserChatService(MultiUserChatService service, boolean allNodes)
Registers a new MultiUserChatService implementation to the manager.void
MUCRoom. setMUCService(MultiUserChatService service)
Sets the multi-user chat service the room is attached to.Constructors in org.jivesoftware.openfire.muc with parameters of type MultiUserChatService Constructor Description MUCRoom(MultiUserChatService chatService, String roomName)
Create a new chat room. -
Uses of MultiUserChatService in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement MultiUserChatService Modifier and Type Class Description class
MultiUserChatServiceImpl
Implements the chat server as a cached memory resident chat server.Methods in org.jivesoftware.openfire.muc.spi with parameters of type MultiUserChatService Modifier and Type Method Description static int
MUCPersistenceManager. countRooms(MultiUserChatService service)
Counts all rooms of a chat service.static Collection<String>
MUCPersistenceManager. loadRoomNamesFromDB(MultiUserChatService chatserver)
Loads the name of all the rooms that are in the database.static Collection<MUCRoom>
MUCPersistenceManager. loadRoomsFromDB(MultiUserChatService chatserver, Date cleanupDate)
Loads all the rooms that had occupants after a given date from the database.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.IQMUCvCardHandler(MultiUserChatService mucService)
-