| Package | Description |
|---|---|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.core.tls |
Provides classes for transport layer security.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureNegotiator.addFeatureListener(FeatureListener featureListener)
Adds a feature listener, which will get notified about feature negotiation status changes.
|
void |
FeatureNegotiator.removeFeatureListener(FeatureListener featureListener)
Removes a previously added feature listener.
|
| Constructor and Description |
|---|
SecurityManager(XmppSession xmppSession,
FeatureListener featureListener,
boolean isSecure) |
| Constructor and Description |
|---|
CompressionManager(XmppSession xmppSession,
FeatureListener featureListener,
CompressionMethod compressionMethod) |
Copyright © 2014 XMPP.rocks. All rights reserved.