| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
StreamError |
XMPPException.StreamErrorException.getStreamError()
Returns the StreamError associated with this exception.
|
| Constructor and Description |
|---|
StreamErrorException(StreamError streamError)
Creates a new XMPPException with the stream error that was the root case of the
exception.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamError |
PacketParserUtils.parseStreamError(org.xmlpull.v1.XmlPullParser parser)
Parses stream error packets.
|