Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverInfo
Packages that use DiscoverInfo
Package
Description
Smacks implementation of XEP-0115: Entity Capabilities, see 
EntityCapsManager for more information.Cache classes for XEP-0115: Entity Capabilities.
Smack's API for Service Discovery (XEP-0030).
Element classes for XEP-0030: Service Discovery.
Provider classes for XEP-0030: Service Discovery.
Smack's API for XEP-0060: Publish-Subscribe.
- 
Uses of DiscoverInfo in org.jivesoftware.smackx.caps
Methods in org.jivesoftware.smackx.caps that return DiscoverInfoModifier and TypeMethodDescriptionstatic DiscoverInfoEntityCapsManager.getDiscoverInfoByUser(Jid user) Get the discover info given a user name.static DiscoverInfoEntityCapsManager.getDiscoveryInfoByNodeVer(String nodeVer) Retrieve DiscoverInfo for a specific node.Methods in org.jivesoftware.smackx.caps with parameters of type DiscoverInfoModifier and TypeMethodDescriptionstatic booleanEntityCapsManager.verifyDiscoverInfoVersion(String ver, String hash, DiscoverInfo info) Verify DiscoverInfo and Caps Node as defined in XEP-0115 5.4 Processing Method. - 
Uses of DiscoverInfo in org.jivesoftware.smackx.caps.cache
Methods in org.jivesoftware.smackx.caps.cache that return DiscoverInfoModifier and TypeMethodDescriptionLookup DiscoverInfo by a Node string.Methods in org.jivesoftware.smackx.caps.cache with parameters of type DiscoverInfoModifier and TypeMethodDescriptionvoidEntityCapsPersistentCache.addDiscoverInfoByNodePersistent(String nodeVer, DiscoverInfo info) Add an DiscoverInfo to the persistent Cache.voidSimpleDirectoryPersistentCache.addDiscoverInfoByNodePersistent(String nodeVer, DiscoverInfo info)  - 
Uses of DiscoverInfo in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return DiscoverInfoModifier and TypeMethodDescriptionServiceDiscoveryManager.discoverInfo(Jid entityID) Returns the discovered information of a given XMPP entity addressed by its JID.ServiceDiscoveryManager.discoverInfo(Jid entityID, String node) Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.abstract DiscoverInfoDiscoInfoLookupShortcutMechanism.getDiscoverInfoByUser(ServiceDiscoveryManager serviceDiscoveryManager, Jid jid) Methods in org.jivesoftware.smackx.disco that return types with arguments of type DiscoverInfoModifier and TypeMethodDescriptionServiceDiscoveryManager.findServicesDiscoverInfo(String feature, boolean stopOnFirst, boolean useCache) Find all services under the users service that provide a given feature.ServiceDiscoveryManager.findServicesDiscoverInfo(String feature, boolean stopOnFirst, boolean useCache, Map<? super Jid, Exception> encounteredExceptions) Find all services under the users service that provide a given feature.ServiceDiscoveryManager.findServicesDiscoverInfo(DomainBareJid serviceName, String feature, boolean stopOnFirst, boolean useCache, Map<? super Jid, Exception> encounteredExceptions) Find all services under a given service that provide a given feature.Methods in org.jivesoftware.smackx.disco with parameters of type DiscoverInfoModifier and TypeMethodDescriptionvoidEntityCapabilitiesChangedListener.onEntityCapabilitiesChanged(DiscoverInfo synthesizedDiscoveryInfo)  - 
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet that return DiscoverInfoModifier and TypeMethodDescriptionDiscoverInfoBuilder.build()DiscoverInfoBuilder.buildWithoutValidiation()Methods in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfoModifier and TypeMethodDescriptionstatic DiscoverInfoBuilderDiscoverInfoBuilder.buildResponseFor(DiscoverInfo request, IQ.ResponseType responseType) static booleanDiscoverInfo.nullSafeContainsFeature(DiscoverInfo discoverInfo, CharSequence feature) Constructors in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfoModifierConstructorDescriptionCopy constructor.DiscoverInfoBuilder(DiscoverInfo discoverInfo, String stanzaId)  - 
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.provider
Methods in org.jivesoftware.smackx.disco.provider that return DiscoverInfoModifier and TypeMethodDescriptionDiscoverInfoProvider.parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)  - 
Uses of DiscoverInfo in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return DiscoverInfoModifier and TypeMethodDescriptionNode.discoverInfo()Discover node information in standardDiscoverInfoformat.PubSubException.NotAPubSubNodeException.getDiscoverInfo()PubSubManager.getSupportedFeatures()Gets the supported features of the servers pubsub implementation as a standardDiscoverInfoinstance.