| Package | Description |
|---|---|
| rocks.xmpp.core.roster |
Provides class for roster management.
|
| rocks.xmpp.core.sasl |
Provides classes for SASL Negotiation (authentication).
|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.core.session.debug |
Provides classes for debugging an XMPP session.
|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.core.subscription |
Provides classes for Managing Presence Subscriptions.
|
| rocks.xmpp.core.tls |
Provides classes for transport layer security.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| rocks.xmpp.extensions.httpbind |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Constructor and Description |
|---|
RosterManager(XmppSession xmppSession) |
| Constructor and Description |
|---|
AuthenticationManager(XmppSession xmppSession,
Lock lock)
Creates the authentication manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected XmppSession |
ExtensionManager.xmppSession |
| Modifier and Type | Method and Description |
|---|---|
XmppSession |
Connection.getXmppSession()
Gets the XMPP session which is associated with this connection.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
TcpConnectionConfiguration.createConnection(XmppSession xmppSession) |
abstract Connection |
ConnectionConfiguration.createConnection(XmppSession xmppSession)
A factory method to create the connection.
|
void |
Connection.initialize(XmppSession xmppSession)
Deprecated.
|
| Constructor and Description |
|---|
ChatManager(XmppSession xmppSession)
Creates the chat manager.
|
Connection(XmppSession xmppSession,
ConnectionConfiguration connectionConfiguration)
Creates a connection to the specified host and port through a proxy.
|
ExtensionManager(XmppSession xmppSession,
String... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmppDebugger.initialize(XmppSession xmppSession) |
void |
ConsoleDebugger.initialize(XmppSession xmppSession) |
| Constructor and Description |
|---|
FeaturesManager(XmppSession xmppSession)
Creates a feature manager.
|
| Constructor and Description |
|---|
PresenceManager(XmppSession xmppSession) |
| Constructor and Description |
|---|
SecurityManager(XmppSession xmppSession,
FeatureListener featureListener,
boolean isSecure) |
| Constructor and Description |
|---|
CompressionManager(XmppSession xmppSession,
FeatureListener featureListener,
CompressionMethod compressionMethod) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
BoshConnectionConfiguration.createConnection(XmppSession xmppSession) |
Copyright © 2014 XMPP.rocks. All rights reserved.