| Package | Description |
|---|---|
| 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 |
|---|---|
Set<Feature> |
ServiceDiscoveryManager.getFeatures()
Gets an unmodifiable set of features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscoveryManager.addFeature(Feature feature)
Adds a feature.
|
void |
ServiceDiscoveryManager.removeFeature(Feature feature)
Removes a feature.
|
| 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(Collection<Identity> identities,
Collection<Feature> features)
Creates an info discovery element, used in discovery info responses.
|
InfoDiscovery(Collection<Identity> identities,
Collection<Feature> features,
Collection<DataForm> extensions)
Creates an info discovery element, used in discovery info responses.
|
InfoDiscovery(String node,
Collection<Identity> identities,
Collection<Feature> features,
Collection<DataForm> extensions)
Creates an info discovery element, used in discovery info responses.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.