-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,18 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]> | |
SPDX-License-Identifier: CC0-1.0 | ||
--> | ||
|
||
QXmpp 1.6.0 (UNRELEASED) | ||
------------------------ | ||
QXmpp 1.6.0 (Feb 6, 2024) | ||
------------------------- | ||
|
||
*under development* | ||
QXmpp requires Qt 5.15 or 6.0+ now, the previous release was still compatible with Qt 5.9. | ||
|
||
New features: | ||
- First QXmpp logo (#528, @raghu-kamath) | ||
- Implement XEP-0215: External Service Discovery (#542, @taiBsu) | ||
- Implement XEP-0353: Jingle Message Initiation (#570, @taiBsu) | ||
- Implement XEP-0482: Call Invites (#575, @taiBsu) | ||
- Implement XEP-0191: Blocking Command (#577, @lnjX) | ||
- Client: New constructor for creating without any extensions (@lnjX) | ||
|
||
QXmpp 1.5.6 (Feb 4, 2024) | ||
------------------------- | ||
|