QXmpp 1.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.