Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Packages that use DiscoverInfo Package Description org.jivesoftware.smackx.caps Smacks implementation of XEP-0115: Entity Capabilities.org.jivesoftware.smackx.caps.cache Cache classes for XEP-0115: Entity Capabilities.org.jivesoftware.smackx.disco Smacks implementation of XEP-0030: Service Discovery.org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.disco.provider Provider classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of DiscoverInfo in org.jivesoftware.smackx.caps
Methods in org.jivesoftware.smackx.caps that return DiscoverInfo Modifier and Type Method Description static DiscoverInfo
EntityCapsManager. getDiscoverInfoByUser(Jid user)
Get the discover info given a user name.static DiscoverInfo
EntityCapsManager. getDiscoveryInfoByNodeVer(java.lang.String nodeVer)
Retrieve DiscoverInfo for a specific node.Methods in org.jivesoftware.smackx.caps with parameters of type DiscoverInfo Modifier and Type Method Description static boolean
EntityCapsManager. verifyDiscoverInfoVersion(java.lang.String ver, java.lang.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 DiscoverInfo Modifier and Type Method Description DiscoverInfo
EntityCapsPersistentCache. lookup(java.lang.String nodeVer)
Lookup DiscoverInfo by a Node string.DiscoverInfo
SimpleDirectoryPersistentCache. lookup(java.lang.String nodeVer)
Methods in org.jivesoftware.smackx.caps.cache with parameters of type DiscoverInfo Modifier and Type Method Description void
EntityCapsPersistentCache. addDiscoverInfoByNodePersistent(java.lang.String nodeVer, DiscoverInfo info)
Add an DiscoverInfo to the persistent Cache.void
SimpleDirectoryPersistentCache. addDiscoverInfoByNodePersistent(java.lang.String nodeVer, DiscoverInfo info)
-
Uses of DiscoverInfo in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return DiscoverInfo Modifier and Type Method Description DiscoverInfo
ServiceDiscoveryManager. discoverInfo(Jid entityID)
Returns the discovered information of a given XMPP entity addressed by its JID.DiscoverInfo
ServiceDiscoveryManager. discoverInfo(Jid entityID, java.lang.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)
Methods in org.jivesoftware.smackx.disco that return types with arguments of type DiscoverInfo Modifier and Type Method Description java.util.List<DiscoverInfo>
ServiceDiscoveryManager. findServicesDiscoverInfo(java.lang.String feature, boolean stopOnFirst, boolean useCache)
Find all services under the users service that provide a given feature.java.util.List<DiscoverInfo>
ServiceDiscoveryManager. findServicesDiscoverInfo(java.lang.String feature, boolean stopOnFirst, boolean useCache, java.util.Map<? super Jid,java.lang.Exception> encounteredExceptions)
Find all services under the users service that provide a given feature.java.util.List<DiscoverInfo>
ServiceDiscoveryManager. findServicesDiscoverInfo(DomainBareJid serviceName, java.lang.String feature, boolean stopOnFirst, boolean useCache, java.util.Map<? super Jid,java.lang.Exception> encounteredExceptions)
Find all services under a given service that provide a given feature.Methods in org.jivesoftware.smackx.disco with parameters of type DiscoverInfo Modifier and Type Method Description void
EntityCapabilitiesChangedListener. onEntityCapabilitiesChanged(DiscoverInfo synthesizedDiscoveryInfo)
-
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet that return DiscoverInfo Modifier and Type Method Description DiscoverInfo
DiscoverInfoBuilder. build()
DiscoverInfo
DiscoverInfoBuilder. buildWithoutValidiation()
DiscoverInfo
DiscoverInfo. clone()
Deprecated.useasBuilder(String)
instead.Methods in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfo Modifier and Type Method Description static DiscoverInfoBuilder
DiscoverInfoBuilder. buildResponseFor(DiscoverInfo request, IQ.ResponseType responseType)
static boolean
DiscoverInfo. nullSafeContainsFeature(DiscoverInfo discoverInfo, java.lang.CharSequence feature)
Constructors in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfo Constructor Description DiscoverInfo(DiscoverInfo d)
Copy constructor.DiscoverInfoBuilder(DiscoverInfo discoverInfo, java.lang.String stanzaId)
-
Uses of DiscoverInfo in org.jivesoftware.smackx.disco.provider
Methods in org.jivesoftware.smackx.disco.provider that return DiscoverInfo Modifier and Type Method Description DiscoverInfo
DiscoverInfoProvider. 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 DiscoverInfo Modifier and Type Method Description DiscoverInfo
Node. discoverInfo()
Discover node information in standardDiscoverInfo
format.DiscoverInfo
PubSubException.NotAPubSubNodeException. getDiscoverInfo()
DiscoverInfo
PubSubManager. getSupportedFeatures()
Gets the supported features of the servers pubsub implementation as a standardDiscoverInfo
instance.
-