Uses of Class
org.jivesoftware.openfire.XMPPServer
Packages that use XMPPServer
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
The microkernel core of the server is a simple, flexible, nested
container framework defined in this package.
Service discovery implementation (XEP-0030).
Implementation of Entity Capabilities (XEP-0115).
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
Provides classes for managing the roster.
Classes that provide the "check for update" service or the "get available plugins" service.
Utility classes.
-
Uses of XMPPServer in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return XMPPServerModifier and TypeMethodDescriptionstatic XMPPServer
XMPPServer.getInstance()
Returns a singleton instance of XMPPServer.Methods in org.jivesoftware.openfire with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
IQRouter.initialize
(XMPPServer server) void
MessageRouter.initialize
(XMPPServer server) void
MulticastRouter.initialize
(XMPPServer server) void
OfflineMessageStrategy.initialize
(XMPPServer server) void
PresenceRouter.initialize
(XMPPServer server) void
SessionManager.initialize
(XMPPServer server) static void
XMPPServer.setInstance
(XMPPServer instance) Deprecated.- for test use only -
Uses of XMPPServer in org.jivesoftware.openfire.archive
Methods in org.jivesoftware.openfire.archive with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
ArchiveManager.initialize
(XMPPServer server) Initializes the manager, by instantiating a thread pool that is used to process archiving tasks. -
Uses of XMPPServer in org.jivesoftware.openfire.audit.spi
Methods in org.jivesoftware.openfire.audit.spi with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.cluster
Methods in org.jivesoftware.openfire.cluster with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
BasicModule.initialize
(XMPPServer server) Initializes the basic module.void
Module.initialize
(XMPPServer server) Initialize the module with the container. -
Uses of XMPPServer in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
IQDiscoInfoHandler.initialize
(XMPPServer server) void
IQDiscoItemsHandler.initialize
(XMPPServer server) -
Uses of XMPPServer in org.jivesoftware.openfire.entitycaps
Methods in org.jivesoftware.openfire.entitycaps with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
IQBindHandler.initialize
(XMPPServer server) void
IQHandler.initialize
(XMPPServer server) void
IQLastActivityHandler.initialize
(XMPPServer server) void
IQOfflineMessagesHandler.initialize
(XMPPServer server) void
IQPrivacyHandler.initialize
(XMPPServer server) void
IQPrivateHandler.initialize
(XMPPServer server) void
IQRegisterHandler.initialize
(XMPPServer server) void
IQRosterHandler.initialize
(XMPPServer server) void
IQSharedGroupHandler.initialize
(XMPPServer server) void
IQvCardHandler.initialize
(XMPPServer server) void
PresenceSubscribeHandler.initialize
(XMPPServer server) void
PresenceUpdateHandler.initialize
(XMPPServer server) -
Uses of XMPPServer in org.jivesoftware.openfire.keystore
Methods in org.jivesoftware.openfire.keystore with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type XMPPServerConstructors in org.jivesoftware.openfire.pep with parameters of type XMPPServerModifierConstructorDescriptionPEPService
(XMPPServer server, org.xmpp.packet.JID bareJID) Constructs a PEPService. -
Uses of XMPPServer in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type XMPPServerModifier and TypeMethodDescriptionvoid
PacketRouterImpl.initialize
(XMPPServer server) void
PacketTransporterImpl.initialize
(XMPPServer server) void
PresenceManagerImpl.initialize
(XMPPServer server) void
RoutingTableImpl.initialize
(XMPPServer server) -
Uses of XMPPServer in org.jivesoftware.openfire.transport
Methods in org.jivesoftware.openfire.transport with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.update
Methods in org.jivesoftware.openfire.update with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard with parameters of type XMPPServer -
Uses of XMPPServer in org.jivesoftware.util
Methods in org.jivesoftware.util that return XMPPServer