Uses of Class
org.jivesoftware.smackx.disco.packet.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
Modifier and TypeMethodDescriptionstatic DiscoverInfo
EntityCapsManager.getDiscoverInfoByUser
(Jid user) Get the discover info given a user name.static DiscoverInfo
EntityCapsManager.getDiscoveryInfoByNodeVer
(String nodeVer) Retrieve DiscoverInfo for a specific node.Modifier and TypeMethodDescriptionstatic boolean
EntityCapsManager.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
Modifier and TypeMethodDescriptionLookup DiscoverInfo by a Node string.Modifier and TypeMethodDescriptionvoid
EntityCapsPersistentCache.addDiscoverInfoByNodePersistent
(String nodeVer, DiscoverInfo info) Add an DiscoverInfo to the persistent Cache.void
SimpleDirectoryPersistentCache.addDiscoverInfoByNodePersistent
(String nodeVer, DiscoverInfo info) -
Uses of DiscoverInfo in org.jivesoftware.smackx.disco
Modifier 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 DiscoverInfo
DiscoInfoLookupShortcutMechanism.getDiscoverInfoByUser
(ServiceDiscoveryManager serviceDiscoveryManager, Jid jid) Modifier 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.Modifier and TypeMethodDescriptionvoid
EntityCapabilitiesChangedListener.onEntityCapabilitiesChanged
(DiscoverInfo synthesizedDiscoveryInfo) -
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.packet
Modifier and TypeMethodDescriptionDiscoverInfoBuilder.build()
DiscoverInfoBuilder.buildWithoutValidiation()
Modifier and TypeMethodDescriptionstatic DiscoverInfoBuilder
DiscoverInfoBuilder.buildResponseFor
(DiscoverInfo request, IQ.ResponseType responseType) static boolean
DiscoverInfo.nullSafeContainsFeature
(DiscoverInfo discoverInfo, CharSequence feature) ModifierConstructorDescriptionCopy constructor.DiscoverInfoBuilder
(DiscoverInfo discoverInfo, String stanzaId) -
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.provider
Modifier and TypeMethodDescriptionDiscoverInfoProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) -
Uses of DiscoverInfo in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionNode.discoverInfo()
Discover node information in standardDiscoverInfo
format.PubSubException.NotAPubSubNodeException.getDiscoverInfo()
PubSubManager.getSupportedFeatures()
Gets the supported features of the servers pubsub implementation as a standardDiscoverInfo
instance.