Package | Description |
---|---|
org.jivesoftware.smack |
Core classes of the Smack API.
|
org.jivesoftware.smack.tcp |
TCP-IP related classes for Smack.
|
Modifier and Type | Field and Description |
---|---|
protected SynchronizationPoint<Exception> |
AbstractXMPPConnection.lastFeaturesReceived
Set to success if the last features stanza from the server has been parsed.
|
protected SynchronizationPoint<XMPPException> |
AbstractXMPPConnection.saslFeatureReceived
Set to success if the SASL feature has been received.
|
protected SynchronizationPoint<SmackException> |
AbstractXMPPConnection.tlsHandled |
Modifier and Type | Field and Description |
---|---|
protected SynchronizationPoint<SmackException.NoResponseException> |
XMPPTCPConnection.PacketWriter.shutdownDone
Needs to be protected for unit testing purposes.
|