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
Florian Schmaus 4f7324103c Throw instead of return in Socks5Client
Returning a boolean is not really expressive in such cases. For example,
if it returns 'false' then the callee has no information *what* went
wrong. Instead throw an SmackException with some more information.
2016-11-05 19:56:34 +01:00
..
ibb Make XMPPError imutable and add stanza reference 2015-12-09 10:48:52 +01:00
socks5 Throw instead of return in Socks5Client 2016-11-05 19:56:34 +01:00
BytestreamListener.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
BytestreamManager.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
BytestreamRequest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00