Package | Description |
---|---|
org.jivesoftware.smackx.caps | |
org.jivesoftware.smackx.caps.cache | |
org.jivesoftware.smackx.disco | |
org.jivesoftware.smackx.disco.packet | |
org.jivesoftware.smackx.pubsub |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,DiscoverInfo> |
EntityCapsManager.caps
Map of (node + '#" + hash algorithm) to DiscoverInfo data
|
Modifier and Type | Method and Description |
---|---|
static DiscoverInfo |
EntityCapsManager.getDiscoverInfoByUser(String user)
Get the discover info given a user name.
|
static DiscoverInfo |
EntityCapsManager.getDiscoveryInfoByNodeVer(String nodeVer)
Retrieve DiscoverInfo for a specific node.
|
Modifier and Type | Method and Description |
---|---|
static void |
EntityCapsManager.addDiscoverInfoByNode(String nodeVer,
DiscoverInfo info)
Add DiscoverInfo to the database.
|
protected static String |
EntityCapsManager.generateVerificationString(DiscoverInfo discoverInfo,
String hash)
Generates a XEP-115 Verification String
|
static boolean |
EntityCapsManager.verifyDiscoverInfoVersion(String ver,
String hash,
DiscoverInfo info)
Verify DisoverInfo and Caps Node as defined in XEP-0115 5.4 Processing
Method
|
protected static boolean |
EntityCapsManager.verifyPacketExtensions(DiscoverInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDirectoryPersistentCache.addDiscoverInfoByNodePersistent(String node,
DiscoverInfo info) |
void |
EntityCapsPersistentCache.addDiscoverInfoByNodePersistent(String node,
DiscoverInfo info)
Add an DiscoverInfo to the persistent Cache
|
Modifier and Type | Method and Description |
---|---|
DiscoverInfo |
ServiceDiscoveryManager.discoverInfo(String entityID)
Returns the discovered information of a given XMPP entity addressed by its JID.
|
DiscoverInfo |
ServiceDiscoveryManager.discoverInfo(String entityID,
String node)
Returns the discovered information of a given XMPP entity addressed by its JID and
note attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.addDiscoverInfoTo(DiscoverInfo response)
Add discover info response data.
|
static boolean |
ServiceDiscoveryManager.canPublishItems(DiscoverInfo info)
Returns true if the server supports publishing of items.
|
Modifier and Type | Method and Description |
---|---|
DiscoverInfo |
DiscoverInfo.clone() |
Constructor and Description |
---|
DiscoverInfo(DiscoverInfo d)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
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. |