|
4 | 4 | SPDX-License-Identifier: CC0-1.0
|
5 | 5 | -->
|
6 | 6 |
|
7 |
| -QXmpp 1.7.0 (UNRELEASED) |
8 |
| ------------------------- |
| 7 | +QXmpp 1.7.0 (May 19, 2024) |
| 8 | +-------------------------- |
9 | 9 |
|
10 |
| -*under development* |
| 10 | + - Complete support of MIX groupchats and add new QXmppMixManager (@melvo, #589) |
| 11 | + - Support of new SASL 2 authentication from XEP-0388: Extensible SASL Profile (@lnjX, #607) |
| 12 | + - Update support of XEP-0428: Fallback Indication to v0.2 (@lnjX, #608) |
| 13 | + - Update support of XEP-0447: Stateless file sharing to v0.3.1 (@lnjX, #613) |
| 14 | + - ClientExtension: New onRegistered() and onUnregistered() virtual functions, called when the |
| 15 | + extension is added to or removed from a client. (@lnjX, #599) |
| 16 | + - Client: New error handling: New errorOccurred() signal with QXmppError based API (@lnjX) |
| 17 | + - New StreamError, AuthenticationError and BindError offering more details about connection |
| 18 | + errors (@lnjX) |
| 19 | + - The 'from' attribute of the <stream:stream> open is set if a JID is configured (@lnjX) |
| 20 | + - Security improvements in the internals of QXmppClient by terminating the connection when |
| 21 | + unexpected packets are received (@lnjX) |
| 22 | + |
| 23 | +**Breaking** changes: |
| 24 | + - Drop support for RFC3920 servers requiring a <session/> IQ to be sent. (@lnjX) |
| 25 | + Feel free to open an issue if this is a problem to you. |
| 26 | + - PLAIN authentication is disabled by default, but can be enabled in QXmppConfiguration again. |
| 27 | + (@lnjX, #607) |
11 | 28 |
|
12 | 29 | QXmpp 1.6.1 (May 16, 2024)
|
13 | 30 | --------------------------
|
|
0 commit comments