Uses of Class
org.jivesoftware.smackx.packet.DiscoverInfo

Packages that use DiscoverInfo
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bytestreams.socks5   
org.jivesoftware.smackx.pubsub   
 

Uses of DiscoverInfo in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return DiscoverInfo
 DiscoverInfo ServiceDiscoveryManager.discoverInfo(java.lang.String entityID)
          Returns the discovered information of a given XMPP entity addressed by its JID.
 DiscoverInfo ServiceDiscoveryManager.discoverInfo(java.lang.String entityID, java.lang.String node)
          Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.
 

Uses of DiscoverInfo in org.jivesoftware.smackx.bytestreams.socks5
 

Methods in org.jivesoftware.smackx.bytestreams.socks5 that return DiscoverInfo
static DiscoverInfo Socks5PacketUtils.createDiscoverInfo(java.lang.String from, java.lang.String to)
          Returns a response to an info discovery request.
 

Uses of DiscoverInfo in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return DiscoverInfo
 DiscoverInfo Node.discoverInfo()
          Discover node information in standard DiscoverInfo format.
 DiscoverInfo PubSubManager.getSupportedFeatures()
          Gets the supported features of the servers pubsub implementation as a standard DiscoverInfo instance.