Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit adb03ff

Browse files
committed
Release QXmpp 1.7.0
1 parent bd2666a commit adb03ff

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,27 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
44
SPDX-License-Identifier: CC0-1.0
55
-->
66

7-
QXmpp 1.7.0 (UNRELEASED)
8-
------------------------
7+
QXmpp 1.7.0 (May 19, 2024)
8+
--------------------------
99

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 &lt;stream:stream&gt; 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 &lt;session/&gt; 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)
1128

1229
QXmpp 1.6.1 (May 16, 2024)
1330
--------------------------

doc/doap.xml

+7
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,13 @@ SPDX-License-Identifier: CC0-1.0
676676
<xmpp:since>1.6</xmpp:since>
677677
</xmpp:SupportedXep>
678678
</implements>
679+
<release>
680+
<Version>
681+
<revision>1.7.0</revision>
682+
<created>2024-05-19</created>
683+
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.7.0.tar.gz'/>
684+
</Version>
685+
</release>
679686
<release>
680687
<Version>
681688
<revision>1.6.1</revision>

0 commit comments

Comments
 (0)