| 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.extensions.httpbind |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.
|
| 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.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
BoshConnectionConfiguration.createConnection(XmppSession xmppSession) |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.