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 CapsVersionAndHash |
EntityCapsManager.generateVerificationString(DiscoverInfo discoverInfo) |
protected static CapsVersionAndHash |
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 |
---|---|
DiscoverInfo |
SimpleDirectoryPersistentCache.lookup(String nodeVer) |
DiscoverInfo |
EntityCapsPersistentCache.lookup(String nodeVer)
Lookup DiscoverInfo by a Node string
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDirectoryPersistentCache.addDiscoverInfoByNodePersistent(String nodeVer,
DiscoverInfo info) |
void |
EntityCapsPersistentCache.addDiscoverInfoByNodePersistent(String nodeVer,
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 |
DiscoverInfoProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
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. |