mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-04-14 02:18:37 +02:00
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. |
||
---|---|---|
.. | ||
src | ||
build.gradle |