Smack/tcp/src
Florian Schmaus d17f64ed9a Improve stream compression for TCP connections
Fix a race condition in useCompression where the compression request was
send outside the synchronized block, this could cause notify() to be
called without a previoius call to wait().

s/streamCompressionDenied/streamCompressionNegotiationDone/ and re-use
the method once the server ack'd stream compression.

Also don't call notifyConnectionError() when requestStreamCompression()
encounters an exception, instead throw the exception.
2014-04-27 11:39:38 +02:00
..
main/java/org/jivesoftware/smack Improve stream compression for TCP connections 2014-04-27 11:39:38 +02:00
test/java/org/jivesoftware/smack Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00