Package org.silverpeas.core.chat.servers
Provides the adapters to different remote chat services. These adapters serve to communicate
with the chat service in order to perform administrative tasks. They must be implement the
ChatServer
interface.- Author:
- mmoquillon
-
Interface Summary Interface Description ChatServer This interface represents a Chat server. -
Class Summary Class Description DefaultChatServer.Literal Supports inline instantiation of theDefaultChatServer
qualifier.EJabberdServer Adapter to a remote ejabberd service.HttpRequester An HTTP requester.OpenfireServer Openfire server management service -
Annotation Types Summary Annotation Type Description DefaultChatServer A qualifier to identify an implementation of theChatServer
interface as the default chat server to use if there is more than one implementation available.