| Package | Description |
|---|---|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| rocks.xmpp.extensions.sm |
Provides classes for XEP-0198: Stream Management.
|
| Modifier and Type | Method and Description |
|---|---|
abstract StreamFeatureNegotiator.Status |
StreamFeatureNegotiator.processNegotiation(Object element)
Processes a feature protocol element or the feature element itself.
|
static StreamFeatureNegotiator.Status |
StreamFeatureNegotiator.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFeatureNegotiator.Status[] |
StreamFeatureNegotiator.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamFeatureNegotiator.Status |
CompressionManager.processNegotiation(Object element) |
| Modifier and Type | Method and Description |
|---|---|
StreamFeatureNegotiator.Status |
StreamManager.processNegotiation(Object element) |
Copyright © 2014–2017 XMPP.rocks. All rights reserved.