| Package | Description |
|---|---|
| rocks.xmpp.core.sasl |
Provides classes for SASL Negotiation (authentication).
|
| 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 | Class and Description |
|---|---|
class |
AuthenticationException
An exception thrown during the login process, if SASL negotiation with the XMPP server fails.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
StreamFeaturesManager.completeNegotiation()
Negotiates all pending features, if any, and waits until all features have been negotiated.
|
void |
StreamFeatureListener.featureSuccessfullyNegotiated()
Fired when the feature has been successfully negotiated.
|
boolean |
StreamFeaturesManager.processElement(Object element)
Tries to process an element, which is a feature or may belong to a feature protocol, e.g. the
<proceed/> element from TLS negotiation. |
void |
StreamFeaturesManager.processFeatures(StreamFeatures featuresElement)
Processes the
<stream:features/> element and immediately starts negotiating the first feature. |
abstract StreamFeatureNegotiator.Status |
StreamFeatureNegotiator.processNegotiation(Object element)
Processes a feature protocol element or the feature element itself.
|
| 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.