Accepting request 909677 from home:DarkSS:branches:network

- update to 1.4.0:
  * Qt 6 port, including many undeprecations and some refactoring
  * Add XEP-0224: Attention manager
  * Implement MIX-MISC XEP-0407: Invitation message extension
  * New SCRAM-SHA3-512 and SCRAM-SHA-512 SASL algorithms
  * Client: Advertise stream management state
  * RosterManager: Cache roster if stream can be resumed
  * RosterManager: Enable MIX annotation for roster items
  * Bind IQ errors are now handled properly
  * Fix cached stream management packets are resent with the wrong account
  * TransferManager: Fix undefined behaviour when parsing features
  * OutgoingServer: Add missing 'to' and 'from' stream attributes

OBS-URL: https://build.opensuse.org/request/show/909677
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=32
This commit is contained in:
Andrey Karepin
2021-08-02 09:11:12 +00:00
committed by Git OBS Bridge
parent 92c3b7541f
commit bae8818b3e
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 2 05:49:29 UTC 2021 - Dmitriy Perlow <dap.darkness@gmail.com>
- update to 1.4.0:
* Qt 6 port, including many undeprecations and some refactoring
* Add XEP-0224: Attention manager
* Implement MIX-MISC XEP-0407: Invitation message extension
* New SCRAM-SHA3-512 and SCRAM-SHA-512 SASL algorithms
* Client: Advertise stream management state
* RosterManager: Cache roster if stream can be resumed
* RosterManager: Enable MIX annotation for roster items
* Bind IQ errors are now handled properly
* Fix cached stream management packets are resent with the wrong account
* TransferManager: Fix undefined behaviour when parsing features
* OutgoingServer: Add missing 'to' and 'from' stream attributes
-------------------------------------------------------------------
Thu Sep 10 13:00:38 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>