Uses of Interface
org.jivesoftware.openfire.disco.ServerItemsProvider
Packages that use ServerItemsProvider
Package
Description
Service discovery implementation (XEP-0030).
Implementation of Multi-User Chat (XEP-0045).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of ServerItemsProvider in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type ServerItemsProviderModifier and TypeMethodDescriptionvoidIQDiscoItemsHandler.addServerItemsProvider(ServerItemsProvider provider) Adds the items provided by the new service that implements the ServerItemsProvider interface.voidIQDiscoItemsHandler.removeServerItemsProvider(ServerItemsProvider provider) Removes the provided items as a service of the service. -
Uses of ServerItemsProvider in org.jivesoftware.openfire.filetransfer.proxy
Classes in org.jivesoftware.openfire.filetransfer.proxy that implement ServerItemsProviderModifier and TypeClassDescriptionclassManages the transfering of files between two remote entities on the jabber network. -
Uses of ServerItemsProvider in org.jivesoftware.openfire.mediaproxy
Classes in org.jivesoftware.openfire.mediaproxy that implement ServerItemsProviderModifier and TypeClassDescriptionclassA proxy service for UDP traffic such as RTP. -
Uses of ServerItemsProvider in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement ServerItemsProviderModifier and TypeClassDescriptionclassImplements the chat server as a cached memory resident chat server. -
Uses of ServerItemsProvider in org.jivesoftware.openfire.pubsub
Classes in org.jivesoftware.openfire.pubsub that implement ServerItemsProviderModifier and TypeClassDescriptionclassModule that implements XEP-60: Publish-Subscribe.