org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (JEP-0045).
|
Java Source File Name | Type | Comment |
ConversationLogEntry.java | Class | Represents an entry in the conversation log of a room. |
IQAdminHandler.java | Class | A handler for the IQ packet with namespace http://jabber.org/protocol/muc#admin. |
IQMUCRegisterHandler.java | Class | This class is responsible for handling packets with namespace jabber:iq:register that were
sent to the MUC service. |
IQMUCSearchHandler.java | Class | This class adds jabber:iq:search combined with 'result set management'
functionality to the MUC service of Openfire.
author: Guus der Kinderen - Nimbuzz B.V. |
IQOwnerHandler.java | Class | A handler for the IQ packet with namespace http://jabber.org/protocol/muc#owner. |
LocalMUCRole.java | Class | Implementation of a local room occupant. |
LocalMUCRoom.java | Class | Implementation of a chatroom that is being hosted by this JVM. |
LocalMUCUser.java | Class | Representation of users interacting with the chat service. |
MUCPersistenceManager.java | Class | A manager responsible for ensuring room persistence. |
MultiUserChatServerImpl.java | Class | Implements the chat server as a cached memory resident chat server. |
RemoteMUCRole.java | Class | Representation of a room occupant of a local room that is being hosted by
another cluster node. |
RemoteMUCUser.java | Class | User hosted by another cluster node that is presente in a local room. |