| 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.core.tls |
Provides classes for transport layer security.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationManager
Manages SASL authentication as described in SASL Negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesManager.addFeatureNegotiator(FeatureNegotiator featureNegotiator)
Adds a new feature negotiator, which is responsible for negotiating an individual feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityManager
Negotiates transport layer security during stream negotiation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionManager
Manages stream compression as described in XEP-0138: Stream Compression.
|
Copyright © 2014 XMPP.rocks. All rights reserved.