| 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 |
|---|---|
Connection |
TcpConnectionConfiguration.createConnection(XmppSession xmppSession) |
abstract Connection |
ConnectionConfiguration.createConnection(XmppSession xmppSession)
A factory method to create the connection.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmppSession.addCreationListener(Consumer<XmppSession> listener)
Adds a listener, which is triggered, whenever a new session is created.
|
static void |
XmppSession.removeCreationListener(Consumer<XmppSession> listener)
Removes a previously added creation listener.
|
| 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–2018 XMPP.rocks. All rights reserved.