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 voidIQDiscoItemsHandler. 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 ServerItemsProvider Modifier and Type Class Description classFileTransferProxyManages 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 classMediaProxyServiceA 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 classMultiUserChatServiceImplImplements 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 classPubSubModuleModule that implements XEP-60: Publish-Subscribe.
-