Uses of Interface
org.jivesoftware.openfire.disco.ServerItemsProvider
-
Packages that use ServerItemsProvider Package Description org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.filetransfer.proxy org.jivesoftware.openfire.mediaproxy org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of ServerItemsProvider in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type ServerItemsProvider Modifier and Type Method Description void
IQDiscoItemsHandler. addServerItemsProvider(ServerItemsProvider provider)
Adds the items provided by the new service that implements the ServerItemsProvider interface.void
IQDiscoItemsHandler. 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 ServerItemsProvider Modifier and Type Class Description class
FileTransferProxy
Manages 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 ServerItemsProvider Modifier and Type Class Description class
MediaProxyService
A 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 ServerItemsProvider Modifier and Type Class Description class
MultiUserChatServiceImpl
Implements 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 ServerItemsProvider Modifier and Type Class Description class
PubSubModule
Module that implements XEP-60: Publish-Subscribe.
-