Uses of Interface
org.jivesoftware.openfire.disco.DiscoItemsProvider
Packages that use DiscoItemsProvider
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Service discovery implementation (XEP-0030).
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of DiscoItemsProvider in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement DiscoItemsProviderModifier and TypeClassDescriptionclassAn AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests. -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco that return DiscoItemsProviderModifier and TypeMethodDescriptionDiscoServerItem.getDiscoItemsProvider()Returns the DiscoItemsProvider responsible for providing the items related to this item.Methods in org.jivesoftware.openfire.disco with parameters of type DiscoItemsProviderModifier and TypeMethodDescriptionprotected voidIQDiscoItemsHandler.setProvider(String name, DiscoItemsProvider provider) Sets that a given DiscoItemsProvider will provide the items related to a given entity.voidIQDiscoItemsHandler.setServerNodeInfoProvider(String node, DiscoItemsProvider provider) Sets the DiscoItemsProvider to use when a disco#items packet is sent to the server itself and the specified node.Constructors in org.jivesoftware.openfire.disco with parameters of type DiscoItemsProviderModifierConstructorDescriptionDiscoServerItem(org.xmpp.packet.JID jid, String name, String node, String action, DiscoInfoProvider infoProvider, DiscoItemsProvider itemsProvider) -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement DiscoItemsProviderModifier and TypeClassDescriptionclassManages the transferring of files between two remote entities on the jabber network. -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement DiscoItemsProviderModifier and TypeClassDescriptionclassImplements JEP-0013: Flexible Offline Message Retrieval. -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement DiscoItemsProviderModifier and TypeClassDescriptionclassA proxy service for UDP traffic such as RTP. -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement DiscoItemsProviderModifier and TypeClassDescriptionclassImplements the chat server as a cached memory resident chat server. -
Uses of DiscoItemsProvider in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement DiscoItemsProviderModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe.