Smack/smack-tcp/src/main/java/org/jivesoftware/smack
Florian Schmaus 48e3127172 Always wait for stream features after authentication
The purpose of the "maybeCompressFeaturesReceived" synchronization
point is to wait for the stream features after authentication. This is
not really reflected by its name and furthermore its
checkIfSuccessOrWait() method was only invoked if compression was
enabled, but we always want to wait for the stream features after
authentication. Hence move the call before the isCompressionEnabled()
check and one layer up in the call stack.

Fixes SMACK-846.
2018-12-20 16:52:44 +01:00
..
sm Check if unacknowledged stanzas queue is full before adding to it 2018-12-08 22:54:13 +01:00
tcp Always wait for stream features after authentication 2018-12-20 16:52:44 +01:00