| Package | Description |
|---|---|
| rocks.xmpp.extensions.caps.model |
Provides XML schema implementations of XEP-0115: Entity Capabilities.
|
| rocks.xmpp.extensions.caps2.model |
Provides XML schema implementations of XEP-0390: Entity Capabilities 2.0.
|
| rocks.xmpp.extensions.disco.model.info |
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EntityCapabilities1.createVerificationString(InfoNode infoNode) |
byte[] |
EntityCapabilities.createVerificationString(InfoNode infoNode)
Creates an UTF-8 encoded verification string from a disco#info query.
|
| Constructor and Description |
|---|
EntityCapabilities1(java.lang.String node,
InfoNode infoNode,
java.security.MessageDigest messageDigest)
Creates an entity caps from an info node and hash function.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EntityCapabilities2.createVerificationString(InfoNode infoNode) |
| Constructor and Description |
|---|
EntityCapabilities2(InfoNode infoNode,
java.security.MessageDigest... messageDigest) |
| 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–2018 XMPP.rocks. All rights reserved.