| Package | Description |
|---|---|
| rocks.xmpp.extensions.disco.model.info |
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
|
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
InfoNode.getFeatures()
Gets the features.
|
Set<Feature> |
InfoDiscovery.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
int |
Feature.compareTo(Feature o)
Implements a natural ordering of a feature, as suggested and required by XEP-0115: Entity Capabilities.
|
| Constructor and Description |
|---|
InfoDiscovery(Set<Identity> identities,
Set<Feature> features,
List<DataForm> extensions)
Creates an info discovery element, used in discovery info responses.
|
InfoDiscovery(String node,
Set<Identity> identities,
Set<Feature> features,
List<DataForm> extensions)
Creates an info discovery element, used in discovery info responses.
|
Copyright © 2014 XMPP.rocks. All rights reserved.