Build: #33 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Code commits

Smack (4.3)

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> d1c73eba8d4cdac363204a95da2d93905c0da6d0

    Fix MamManager javadoc
    of methods which have been renamed.

    • smack-experimental/src/main/java/org/jivesoftware/smackx/mam/MamManager.java (version d1c73eba8d4cdac363204a95da2d93905c0da6d0)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 48e31271720d65824e0ffff3f39abe9a2ef1980f

    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.

    • smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java (version 48e31271720d65824e0ffff3f39abe9a2ef1980f)