Skip to content

QXmpp 1.6.1

Compare
Choose a tag to compare
@lnjX lnjX released this 16 May 18:12
· 438 commits to master since this release
v1.6.1

Fixes:

  • Fix handling of XMPP redirects (introduced in aaa6497) (@lnjX)
  • Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData (@lnjX)
  • Fix OMEMO decryption of group chat messages (@melvo, #617)
  • Fix stream resumption (@lnjX)
    This has been an issue since the initial implementation of stream mangement. The xmlns was
    missing in the <resume/> element and the stream ID was not parsed in the <enabled/>
    element.