Smack v4.3.4 Release Notes

Release Date: 2019-05-27 // almost 5 years ago
  • ๐Ÿ› Bug

    • SMACK-861 - Potential NPE in Roster.getPresencesInternal(BareJid)
    • SMACK-863 - ServiceDiscoveryManger does not use the main identity, causing setIdentity() to have no effect
    • SMACK-864 - Potential Denial of Service (DOS) by remote entities caused by unlimited threads for asynchronous operations
    • SMACK-865 - Some Manager.getInsanceFor() methods are missing the \'synchronized\' keyword
    • SMACK-868 - XHTMLText.appendOpenBodyTag() produces invalid XML
    • SMACK-870 - TLS X.509 certificate verification should be performed with the ACE representation of the XMPP service domain when possible

    ๐Ÿ‘Œ Improvement

    • SMACK-869 - Exceptions in async tasks should not go uncaught to the call stack to avoid program termination