1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 05:14:49 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/socks5
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
..
packet Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
provider Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
InitiationListener.java Merge branch '4.1' 2015-03-04 22:42:36 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
Socks5BytestreamListener.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5BytestreamManager.java Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
Socks5BytestreamRequest.java Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
Socks5BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5Client.java Socks5Client: Throw SmackException instead of IOExecption 2016-02-10 12:36:38 +01:00
Socks5ClientForInitiator.java Merge branch '4.1' 2015-05-24 22:36:11 +02:00
Socks5Proxy.java Smack 4.1.6 2016-01-23 13:27:16 +01:00
Socks5Utils.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00