Uses of Interface
org.jivesoftware.openfire.disco.ServerFeaturesProvider
Packages that use ServerFeaturesProvider
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Service discovery implementation (XEP-0030).
Implementation of Entity Capabilities (XEP-0115).
IQ class implementations.
Implementation of Personal Eventing via Pubsub (XEP-0163).
-
Uses of ServerFeaturesProvider in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassRouter of packets with multiple recipients.classControls what is done with offline messages. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassAn AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.disco
Classes in org.jivesoftware.openfire.disco that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassIQDiscoItemsHandler is responsible for handling disco#items requests.Methods in org.jivesoftware.openfire.disco with parameters of type ServerFeaturesProviderModifier and TypeMethodDescriptionvoidIQDiscoInfoHandler.addServerFeaturesProvider(ServerFeaturesProvider provider) Adds the features provided by the new service that implements the ServerFeaturesProvider interface. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.entitycaps
Classes in org.jivesoftware.openfire.entitycaps that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassImplements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.5 In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts that may not want to receive notifications for all payload types. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassImplementation of XEP-0191 "Blocking Command".final classThis IQ handler implements XEP-0202: Entity Time.classImplements the TYPE_IQ jabber:iq:last protocol (last activity).final classThis handler manages XEP-0280 Message Carbons.classImplements JEP-0013: Flexible Offline Message Retrieval.classImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandler is responsible for handling privacy lists.classImplements the TYPE_IQ jabber:iq:private protocol.classImplements the TYPE_IQ jabber:iq:register protocol (plain only).classImplements the TYPE_IQ jabber:iq:roster protocol.classImplements the TYPE_IQ jabber:iq:version protocol (version info). -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement ServerFeaturesProviderModifier and TypeClassDescriptionclassAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.vcard
Classes in org.jivesoftware.openfire.vcard that implement ServerFeaturesProvider