Smack v4.3.2 Release Notes

Release Date: 2019-02-22 // about 5 years ago
  • ๐Ÿ› Bug

    • SMACK-842 - The RFC 3920 xml-not-well-formed error condition should be handled in stream error not a stanza error
    • SMACK-843 - ManManager.pagePrevious() pages into the wrong direction
    • SMACK-844 - Check if bounded unacknowledged stanzas queue is full before adding to it to avoid IllegalStateException
    • SMACK-845 - Ensure that IQ response \'to\' address and ID are set correctly
    • SMACK-846 - XMPPTCPConnection does not wait for stream features after authentication if compression is disabled
    • SMACK-848 - Make MultiUserChat.leave() wait for response
    • SMACK-850 - DeliveryReceiptManager should not send receipts with messages of type \'groupchat\'
    • SMACK-855 - XMPPTCPConnection sometimes has two writer threads running

    ๐Ÿ‘Œ Improvement

    • SMACK-847 - Make TCP socket connection attempt interruptable
    • SMACK-849 - Smack Local SOCKS5 Proxy thread should be marked as daemon thread