1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus 4b56446e40 Introduce SmackException
SmackException (and it's subclasses) is for all errors/exceptions not
defined by any XMPP specification. XMPPException is now an abstract
class for all errors defined by the XMPP specifications.

Methods that involve an IQ exchange now either return the result, which
is obtained by IQ response, or they throw an XMPPErrorException if an IQ
error was the result of the IQ set/get. If there was no response from
the server within the default packet timeout, a NoResponseException will
be thrown.

XMPP SASL errors are now also reported accordingly.

SMACK-426
2014-03-14 01:46:42 +01:00
..
address Introduce SmackException 2014-03-14 01:46:42 +01:00
amp Introduce SmackException 2014-03-14 01:46:42 +01:00
attention/packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
bookmarks Introduce SmackException 2014-03-14 01:46:42 +01:00
bytestreams Introduce SmackException 2014-03-14 01:46:42 +01:00
caps Introduce SmackException 2014-03-14 01:46:42 +01:00
chatstates Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
commands Introduce SmackException 2014-03-14 01:46:42 +01:00
delay Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
disco Introduce SmackException 2014-03-14 01:46:42 +01:00
filetransfer Introduce SmackException 2014-03-14 01:46:42 +01:00
forward Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
iqlast Introduce SmackException 2014-03-14 01:46:42 +01:00
iqprivate Introduce SmackException 2014-03-14 01:46:42 +01:00
iqversion Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
muc Introduce SmackException 2014-03-14 01:46:42 +01:00
nick/packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
offline Introduce SmackException 2014-03-14 01:46:42 +01:00
pep Cleanup of deprecated methods (SMACK-432) 2014-03-11 19:04:25 +01:00
ping Introduce SmackException 2014-03-14 01:46:42 +01:00
privacy Introduce SmackException 2014-03-14 01:46:42 +01:00
pubsub Introduce SmackException 2014-03-14 01:46:42 +01:00
receipts Introduce SmackException 2014-03-14 01:46:42 +01:00
search Introduce SmackException 2014-03-14 01:46:42 +01:00
sharedgroups Introduce SmackException 2014-03-14 01:46:42 +01:00
shim Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
si Rework XMPP Date/Time related code 2014-03-09 11:20:31 +01:00
time Introduce SmackException 2014-03-14 01:46:42 +01:00
vcardtemp Introduce SmackException 2014-03-14 01:46:42 +01:00
xdata Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
xevent Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
xhtmlim Introduce SmackException 2014-03-14 01:46:42 +01:00
ExtensionsProviderInitializer.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
ExtensionsStartupClasses.java Reworked Smack initialization 2014-02-23 17:48:07 +01:00