| Package | Description |
|---|---|
| rocks.xmpp.extensions.caps |
Provides classes for XEP-0115: Entity Capabilities.
|
| rocks.xmpp.extensions.caps.model |
Provides XML schema implementations of XEP-0115: Entity Capabilities.
|
| rocks.xmpp.extensions.disco |
Provides classes for XEP-0030: Service Discovery (#info).
|
| rocks.xmpp.extensions.disco.model.info |
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<InfoNode> |
EntityCapabilitiesManager.discoverCapabilities(Jid jid)
Discovers the capabilities of another XMPP entity.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
EntityCapabilities.getVerificationString(InfoNode infoNode,
MessageDigest messageDigest)
Gets the verification string as specified in XEP-0115, 5.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<InfoNode> |
ServiceDiscoveryManager.discoverInformation(Jid jid)
Discovers information about another XMPP entity.
|
AsyncResult<InfoNode> |
ServiceDiscoveryManager.discoverInformation(Jid jid,
String node)
Discovers information about another XMPP entity targeted at a specific node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscoveryManager.addInfoNode(InfoNode infoNode)
Adds an info node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoDiscovery
The implementation of the
<query/> element in the http://jabber.org/protocol/disco#info namespace. |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.