Uses of Interface
org.jivesoftware.openfire.disco.DiscoInfoProvider
Packages that use DiscoInfoProvider
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 Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of DiscoInfoProvider in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement DiscoInfoProviderModifier and TypeClassDescriptionclassAn AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests. -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco that return DiscoInfoProviderModifier and TypeMethodDescriptionDiscoServerItem.getDiscoInfoProvider()Returns the DiscoInfoProvider responsible for providing the information related to this item.Methods in org.jivesoftware.openfire.disco with parameters of type DiscoInfoProviderModifier and TypeMethodDescriptionprotected voidIQDiscoInfoHandler.setProvider(String name, DiscoInfoProvider provider) Sets that a given DiscoInfoProvider will provide information about a given entity.voidIQDiscoInfoHandler.setServerNodeInfoProvider(String node, DiscoInfoProvider provider) Sets the DiscoInfoProvider to use when a disco#info packet is sent to the server itself and the specified node.Constructors in org.jivesoftware.openfire.disco with parameters of type DiscoInfoProviderModifierConstructorDescriptionDiscoServerItem(org.xmpp.packet.JID jid, String name, String node, String action, DiscoInfoProvider infoProvider, DiscoItemsProvider itemsProvider) -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement DiscoInfoProviderModifier and TypeClassDescriptionclassManages the transferring of files between two remote entities on the jabber network. -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement DiscoInfoProviderModifier and TypeClassDescriptionclassImplements JEP-0013: Flexible Offline Message Retrieval. -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement DiscoInfoProviderModifier and TypeClassDescriptionclassA proxy service for UDP traffic such as RTP. -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement DiscoInfoProviderModifier and TypeClassDescriptionclassImplements the chat server as a cached memory resident chat server. -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement DiscoInfoProviderModifier and TypeClassDescriptionclassAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 -
Uses of DiscoInfoProvider in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement DiscoInfoProviderModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe.