| 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.getStreamError()
Returns the StreamError asscociated with this exception, or null
if there isn't one.
|
| Constructor and Description |
|---|
XMPPException(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.dom4j.Element el)
Parses stream error packets.
|
Copyright © 2014. All Rights Reserved.