Uses of Interface
org.jivesoftware.openfire.container.Module
-
-
Uses of Module in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement Module Modifier and Type Class Description classFlashCrossDomainHandlerclassIQRouterRoutes iq packets throughout the server.classMessageRouterRoute message packets throughout the server.classMulticastRouterRouter of packets with multiple recipients.classOfflineMessageStoreRepresents the user's offline message storage.classOfflineMessageStrategyControls what is done with offline messages.classPresenceRouterRoute presence packets throughout the server.classPrivateStoragePrivate storage for user accounts (XEP-0049).classSessionManagerManages the sessions associated with an account. -
Uses of Module in org.jivesoftware.openfire.archive
Classes in org.jivesoftware.openfire.archive that implement Module Modifier and Type Class Description classArchiveManagerA manager of tasks that write archives into storage. -
Uses of Module in org.jivesoftware.openfire.audit.spi
Classes in org.jivesoftware.openfire.audit.spi that implement Module Modifier and Type Class Description classAuditManagerImplImplementation of the AuditManager interface. -
Uses of Module in org.jivesoftware.openfire.cluster
Classes in org.jivesoftware.openfire.cluster that implement Module Modifier and Type Class Description classClusterMonitorMonitors the state of the cluster, and warns admins when nodes leave or rejoin the cluster -
Uses of Module in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement Module Modifier and Type Class Description classAdHocCommandHandlerAn AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests. -
Uses of Module in org.jivesoftware.openfire.component
Classes in org.jivesoftware.openfire.component that implement Module Modifier and Type Class Description classInternalComponentManagerManages the registration and delegation of Components, which includes External Components as well as components that run in the Openfire JVM. -
Uses of Module in org.jivesoftware.openfire.container
Classes in org.jivesoftware.openfire.container that implement Module Modifier and Type Class Description classBasicModuleA default Module implementation that basically avoids subclasses having to implement the whole Module interface. -
Uses of Module in org.jivesoftware.openfire.disco
Classes in org.jivesoftware.openfire.disco that implement Module Modifier and Type Class Description classIQDiscoInfoHandlerIQDiscoInfoHandler is responsible for handling disco#info requests.classIQDiscoItemsHandlerIQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of Module in org.jivesoftware.openfire.entitycaps
Classes in org.jivesoftware.openfire.entitycaps that implement Module Modifier and Type Class Description classEntityCapabilitiesManagerImplements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.4 In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts that may not want to receive notifications for all payload types. -
Uses of Module in org.jivesoftware.openfire.filetransfer
Subinterfaces of Module in org.jivesoftware.openfire.filetransfer Modifier and Type Interface Description interfaceFileTransferManagerManages all file transfer currently happening originating from and/or ending at users of the server.Classes in org.jivesoftware.openfire.filetransfer that implement Module Modifier and Type Class Description classDefaultFileTransferManagerProvides several utility methods for file transfer manager implementaions to utilize. -
Uses of Module in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement Module Modifier and Type Class Description classFileTransferProxyManages the transfering of files between two remote entities on the jabber network. -
Uses of Module in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement Module Modifier and Type Class Description classIQBindHandlerBinds a resource to the stream so that the client's address becomes a full JID.classIQBlockingHandlerImplementation of XEP-0191 "Blocking Command".classIQEntityTimeHandlerThis IQ handler implements XEP-0202: Entity Time.classIQHandlerBase class whose main responsibility is to handle IQ packets.classIQLastActivityHandlerImplements the TYPE_IQ jabber:iq:last protocol (last activity).classIQMessageCarbonsHandlerThis handler manages XEP-0280 Message Carbons.classIQOfflineMessagesHandlerImplements JEP-0013: Flexible Offline Message Retrieval.classIQPingHandlerImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandlerIQPrivacyHandler is responsible for handling privacy lists.classIQPrivateHandlerImplements the TYPE_IQ jabber:iq:private protocol.classIQRegisterHandlerImplements the TYPE_IQ jabber:iq:register protocol (plain only).classIQRosterHandlerImplements the TYPE_IQ jabber:iq:roster protocol.classIQSessionEstablishmentHandlerActivate client sessions once resource binding has been done.classIQSharedGroupHandlerHandler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".classIQvCardHandlerImplements the TYPE_IQ vcard-temp protocol.classIQVersionHandlerImplements the TYPE_IQ jabber:iq:version protocol (version info).classPresenceSubscribeHandlerImplements the presence protocol.classPresenceUpdateHandlerImplements the presence protocol. -
Uses of Module in org.jivesoftware.openfire.keystore
Classes in org.jivesoftware.openfire.keystore that implement Module Modifier and Type Class Description classCertificateStoreManagerA manager of certificate stores. -
Uses of Module in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement Module Modifier and Type Class Description classMediaProxyServiceA proxy service for UDP traffic such as RTP. -
Uses of Module in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement Module Modifier and Type Class Description classMultiUserChatManagerProvides centralized management of all configured Multi User Chat (MUC) services. -
Uses of Module in org.jivesoftware.openfire.net
Classes in org.jivesoftware.openfire.net that implement Module Modifier and Type Class Description classMulticastDNSServicePublishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol. -
Uses of Module in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement Module Modifier and Type Class Description classIQPEPHandlerAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0classIQPEPOwnerHandlerAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 -
Uses of Module in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement Module Modifier and Type Class Description classPubSubModuleModule that implements JEP-60: Publish-Subscribe. -
Uses of Module in org.jivesoftware.openfire.roster
Classes in org.jivesoftware.openfire.roster that implement Module Modifier and Type Class Description classRosterManagerA simple service that allows components to retrieve a roster based solely on the ID of the owner. -
Uses of Module in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement Module Modifier and Type Class Description classSoftwareServerVersionManagerA SoftwareServerVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity server using XEP-0092 .classSoftwareVersionManagerA SoftwareVersionManager is the main responsible for sending query to remote entity and Obtain software information from the remote entity using XEP-0092 . -
Uses of Module in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement Module Modifier and Type Class Description classConnectionManagerImplclassPacketDelivererImplIn-memory implementation of the packet deliverer serviceclassPacketRouterImplAn uber router that can handle any packet type.classPacketTransporterImplIn-memory implementation of the packet transporter service.classPresenceManagerImplSimple in memory implementation of the PresenceManager interface.classRoutingTableImplRouting table that stores routes to client sessions, outgoing server sessions and components. -
Uses of Module in org.jivesoftware.openfire.transport
Classes in org.jivesoftware.openfire.transport that implement Module Modifier and Type Class Description classTransportHandlerRoutes packets to the appropriate transport gateway or drops the packet. -
Uses of Module in org.jivesoftware.openfire.update
Classes in org.jivesoftware.openfire.update that implement Module Modifier and Type Class Description classUpdateManagerService that frequently checks for new server or plugins releases. -
Uses of Module in org.jivesoftware.openfire.vcard
Classes in org.jivesoftware.openfire.vcard that implement Module Modifier and Type Class Description classVCardManagerManages VCard information for users.
-