| Package | Description |
|---|---|
| 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.debug.gui | |
| rocks.xmpp.extensions.httpbind |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmppClient
The base class for establishing an XMPP session with a server, i.e. client-to-server sessions.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmppDebugger.initialize(XmppSession xmppSession)
This method is called when a new XMPP session is initialized.
|
void |
ConsoleDebugger.initialize(XmppSession xmppSession) |
| Constructor and Description |
|---|
StreamFeatureNegotiator(XmppSession xmppSession,
Class<? extends StreamFeature> featureClass)
Constructs a feature negotiator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisualDebugger.initialize(XmppSession xmppSession) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
BoshConnectionConfiguration.createConnection(XmppSession xmppSession) |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.