| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.bosh | |
| org.jivesoftware.smack.tcp |
| Modifier and Type | Method and Description |
|---|---|
AbstractXMPPConnection |
AbstractXMPPConnection.connect()
Establishes a connection to the XMPP server and performs an automatic login
only if the previous connection state was logged (authenticated).
|
| Modifier and Type | Method and Description |
|---|---|
static ReconnectionManager |
ReconnectionManager.getInstanceFor(AbstractXMPPConnection connection)
Get a instance of ReconnectionManager for the given connection.
|
| Constructor and Description |
|---|
SynchronizationPoint(AbstractXMPPConnection connection)
Construct a new synchronization point for the given connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMPPBOSHConnection
Creates a connection to an XMPP server via HTTP binding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMPPTCPConnection
Creates a socket connection to an XMPP server.
|