Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus 6980c8e63d Rework Smack Provider design
this is the first stop towards fixing "SMACK-65: parsing should look for
depth", by providing the initial parsing depth to the provider. Some
methods (.e.g parseMessage) now use the depth as abort condition,
instead of a unclean String equals check.

parseIQ() and parseExtension() where both renamed to parse.

This also restricts the Exceptions thrown by the parse method, to just
XmlPullParserException, IOException and SmackException (not really a big
victory, but nevertheless a slight improvement).

StreamFeatureProvider is now gone, we simply use PacketExtensionProvider
for stream features.
2014-10-08 16:01:14 +02:00
..
packet Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
provider Rework Smack Provider design 2014-10-08 16:01:14 +02:00
InitiationListener.java Add FlexiblePacketTypeFilter 2014-05-29 17:45:32 +02:00
Socks5BytestreamListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5BytestreamManager.java Add '::1' to the loopbackAddresses 2014-08-20 18:12:48 +02:00
Socks5BytestreamRequest.java Remove smack.util.Cache 2014-09-13 00:38:11 +02:00
Socks5BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5Client.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ClientForInitiator.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
Socks5Proxy.java Improve Socks5 Bytestreams 2014-08-19 19:00:43 +02:00
Socks5Utils.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00