Uses of Interface
org.jivesoftware.openfire.XMPPServerListener
Packages that use XMPPServerListener
Package
Description
Implementation of Multi-User Chat (XEP-0045).
-
Uses of XMPPServerListener in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type XMPPServerListenerModifier and TypeMethodDescriptionvoidXMPPServer.addServerListener(XMPPServerListener listener) Adds a new server listener that will be notified when the server has been started or is about to be stopped.voidXMPPServer.removeServerListener(XMPPServerListener listener) Removes a server listener that was being notified when the server was being started or was about to be stopped. -
Uses of XMPPServerListener in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement XMPPServerListenerModifier and TypeClassDescriptionclassImplements the chat server as a cached memory resident chat server. -
Uses of XMPPServerListener in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement XMPPServerListenerModifier and TypeClassDescriptionclassSimple in memory implementation of the PresenceManager interface.