Uses of Class
org.jivesoftware.openfire.container.BasicModule
-
-
Uses of BasicModule in org.jivesoftware.openfire
Subclasses of BasicModule in org.jivesoftware.openfire 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 BasicModule in org.jivesoftware.openfire.archive
Subclasses of BasicModule in org.jivesoftware.openfire.archive Modifier and Type Class Description classArchiveManagerA manager of tasks that write archives into storage. -
Uses of BasicModule in org.jivesoftware.openfire.audit.spi
Subclasses of BasicModule in org.jivesoftware.openfire.audit.spi Modifier and Type Class Description classAuditManagerImplImplementation of the AuditManager interface. -
Uses of BasicModule in org.jivesoftware.openfire.commands
Subclasses of BasicModule in org.jivesoftware.openfire.commands Modifier and Type Class Description classAdHocCommandHandlerAn AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests. -
Uses of BasicModule in org.jivesoftware.openfire.component
Subclasses of BasicModule in org.jivesoftware.openfire.component 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 BasicModule in org.jivesoftware.openfire.disco
Subclasses of BasicModule in org.jivesoftware.openfire.disco Modifier and Type Class Description classIQDiscoInfoHandlerIQDiscoInfoHandler is responsible for handling disco#info requests.classIQDiscoItemsHandlerIQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of BasicModule in org.jivesoftware.openfire.entitycaps
Subclasses of BasicModule in org.jivesoftware.openfire.entitycaps 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 BasicModule in org.jivesoftware.openfire.filetransfer
Subclasses of BasicModule in org.jivesoftware.openfire.filetransfer Modifier and Type Class Description classDefaultFileTransferManagerProvides several utility methods for file transfer manager implementaions to utilize. -
Uses of BasicModule in org.jivesoftware.openfire.filetransfer.proxy
Subclasses of BasicModule in org.jivesoftware.openfire.filetransfer.proxy Modifier and Type Class Description classFileTransferProxyManages the transfering of files between two remote entities on the jabber network. -
Uses of BasicModule in org.jivesoftware.openfire.handler
Subclasses of BasicModule in org.jivesoftware.openfire.handler 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 BasicModule in org.jivesoftware.openfire.keystore
Subclasses of BasicModule in org.jivesoftware.openfire.keystore Modifier and Type Class Description classCertificateStoreManagerA manager of certificate stores. -
Uses of BasicModule in org.jivesoftware.openfire.mediaproxy
Subclasses of BasicModule in org.jivesoftware.openfire.mediaproxy Modifier and Type Class Description classMediaProxyServiceA proxy service for UDP traffic such as RTP. -
Uses of BasicModule in org.jivesoftware.openfire.muc
Subclasses of BasicModule in org.jivesoftware.openfire.muc Modifier and Type Class Description classMultiUserChatManagerProvides centralized management of all configured Multi User Chat (MUC) services. -
Uses of BasicModule in org.jivesoftware.openfire.net
Subclasses of BasicModule in org.jivesoftware.openfire.net Modifier and Type Class Description classMulticastDNSServicePublishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol. -
Uses of BasicModule in org.jivesoftware.openfire.pep
Subclasses of BasicModule in org.jivesoftware.openfire.pep 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 BasicModule in org.jivesoftware.openfire.pubsub
Subclasses of BasicModule in org.jivesoftware.openfire.pubsub Modifier and Type Class Description classPubSubModuleModule that implements JEP-60: Publish-Subscribe. -
Uses of BasicModule in org.jivesoftware.openfire.roster
Subclasses of BasicModule in org.jivesoftware.openfire.roster 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 BasicModule in org.jivesoftware.openfire.session
Subclasses of BasicModule in org.jivesoftware.openfire.session 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 BasicModule in org.jivesoftware.openfire.spi
Subclasses of BasicModule in org.jivesoftware.openfire.spi 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 BasicModule in org.jivesoftware.openfire.transport
Subclasses of BasicModule in org.jivesoftware.openfire.transport Modifier and Type Class Description classTransportHandlerRoutes packets to the appropriate transport gateway or drops the packet. -
Uses of BasicModule in org.jivesoftware.openfire.update
Subclasses of BasicModule in org.jivesoftware.openfire.update Modifier and Type Class Description classUpdateManagerService that frequently checks for new server or plugins releases. -
Uses of BasicModule in org.jivesoftware.openfire.vcard
Subclasses of BasicModule in org.jivesoftware.openfire.vcard Modifier and Type Class Description classVCardManagerManages VCard information for users.
-