Uses of Interface
org.jivesoftware.openfire.disco.ServerFeaturesProvider
-
Packages that use ServerFeaturesProvider Package Description org.jivesoftware.openfire org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050).org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.vcard -
-
Uses of ServerFeaturesProvider in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement ServerFeaturesProvider Modifier and Type Class Description classMulticastRouterRouter of packets with multiple recipients.classOfflineMessageStrategyControls what is done with offline messages.Methods in org.jivesoftware.openfire that return types with arguments of type ServerFeaturesProvider Modifier and Type Method Description List<ServerFeaturesProvider>XMPPServer. getServerFeaturesProviders()Deprecated.UseIQDiscoInfoHandlerinstead. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.commands
Classes in org.jivesoftware.openfire.commands that implement ServerFeaturesProvider Modifier and Type Class Description classAdHocCommandHandlerAn AdHocCommandHandler is responsbile 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 ServerFeaturesProvider Modifier and Type Class Description classIQDiscoItemsHandlerIQDiscoItemsHandler is responsible for handling disco#items requests.Methods in org.jivesoftware.openfire.disco with parameters of type ServerFeaturesProvider Modifier and Type Method Description voidIQDiscoInfoHandler. addServerFeaturesProvider(ServerFeaturesProvider provider)Adds the features provided by the new service that implements the ServerFeaturesProvider interface. -
Uses of ServerFeaturesProvider in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement ServerFeaturesProvider Modifier and Type Class Description classIQBlockingHandlerImplementation of XEP-0191 "Blocking Command".classIQEntityTimeHandlerThis IQ handler implements XEP-0202: Entity Time.classIQLastActivityHandlerImplements the TYPE_IQ jabber:iq:last protocol (last activity).classIQMessageCarbonsHandlerThis handler manages XEP-0280 Message Carbons.classIQOfflineMessagesHandlerImplements JEP-0013: Flexible Offline Message Retrieval.classIQPingHandlerImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandlerIQPrivacyHandler is responsible for handling privacy lists.classIQPrivateHandlerImplements the TYPE_IQ jabber:iq:private protocol.classIQRegisterHandlerImplements the TYPE_IQ jabber:iq:register protocol (plain only).classIQRosterHandlerImplements the TYPE_IQ jabber:iq:roster protocol.classIQVersionHandlerImplements 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 ServerFeaturesProvider Modifier and Type Class Description classIQPEPHandlerAnIQHandlerused 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 Modifier and Type Class Description classVCardManagerManages VCard information for users.
-