Smack/legacy/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
..
workgroup Introduce SmackException 2014-03-14 01:46:42 +01:00
xroster Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
LegacyProviderInitializer.java Move Roster Item Exchange code to legacy project 2014-03-09 11:20:30 +01:00
WorkgroupProviderInitializer.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00