| Package | Description |
|---|---|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.extensions.sm |
Provides classes for XEP-0198: Stream Management.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamFeaturesManager.awaitNegotiation(Class<? extends StreamFeature> streamFeature,
long timeout)
Waits until the given feature will be negotiated.
|
void |
StreamFeaturesManager.completeNegotiation(long timeout)
Negotiates all pending features, if any, and waits until all features have been negotiated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamManager.resume() |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.