1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 14:44:49 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus 4fb3630896 Socks5Client: Throw SmackException instead of IOExecption
So that we can wrap the original exception within the
SmackException. It's not possible to wrap it into the IOException
because of the used min Android API level.
2016-02-10 12:36:38 +01:00
..
address Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
amp Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
attention Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
bookmarks Bump jxmpp to 0.5.0-alpha4 2015-05-27 19:29:51 +02:00
bytestreams Socks5Client: Throw SmackException instead of IOExecption 2016-02-10 12:36:38 +01:00
caps Fix typo in CapsExtensionProvider: s/elment/element/ 2016-01-18 22:08:23 +01:00
chatstates Pass down Message stanza in ChatStateListener 2016-01-23 13:55:09 +01:00
commands Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
delay Add FinalClass checkstyle check 2015-04-06 10:45:12 +02:00
disco Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
filetransfer Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
forward Deprecate Forwarded.getForwardedPacket() 2015-06-02 17:30:57 +02:00
geoloc Add FinalClass checkstyle check 2015-04-06 10:45:12 +02:00
iqlast Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
iqprivate Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
iqregister Use Localpart in AccountManager 2015-08-20 19:01:33 +02:00
iqversion Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
jiveproperties Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
muc Extend MucConfigFormManager and add javadoc 2015-11-22 22:47:10 +01:00
nick Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
offline Add errorprone check and fix found errors 2015-09-13 18:12:33 +02:00
pep Refactor PEP to use PubSub API. 2015-08-17 12:45:23 +02:00
ping Rename 'serviceName' to 'xmppServiceDomain' 2015-05-19 09:26:59 +02:00
privacy Smack 4.1.4 2015-09-14 09:05:24 +02:00
pubsub Fix sending pubsub events for empty item 2015-12-18 08:19:21 +01:00
receipts Smack 4.1.6 2016-01-23 13:27:16 +01:00
rsm Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
search Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
sharedgroups Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
shim Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
si Improve StringUtils.escapeForXml() 2016-01-18 22:04:20 +01:00
time Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
vcardtemp Improve StringUtils.escapeForXml() 2016-01-18 22:04:20 +01:00
xdata Allow for multiple 'null' fields in DataForm 2015-11-20 17:39:02 +01:00
xdatalayout Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
xdatavalidation Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
xhtmlim Add errorprone check and fix found errors 2015-09-13 18:12:33 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00