- Update to 1.8.0:
* QXmpp now requires C++20
* Fix connection to next SRV record if connection to first address fails (#644)
* Implement XMPP over TLS ("direct TLS" instead of STARTTLS, XEP-0368) (#642)
* New Bind 2 support (XEP-0386) (#614)
* Support FAST, token-based authentication (XEP-0484) (#630)
* New QXmppUri for parsing XMPP URIs (XEP-0147) (#641)
* New AccountMigrationManager for importing and exporting account data (#623)
* Message: Parse all stanza IDs (XEP-0359) (#638)
* CSI state is automatically restored across reconnects, also without
Bind 2 or stream management (#622)
* Use smaller stream management acks instead of ping IQs if possible (#625)
* Moved STARTTLS handling into the core client again (was in client extension) (#627)
* VCardManager: New task-based API (#623)
OBS-URL: https://build.opensuse.org/request/show/1190598
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=53
- Update to 1.6.1:
* Fix handling of XMPP redirects (introduced in aaa6497)
* Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
* Fix OMEMO decryption of group chat messages (#617)
* Fix stream resumption
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.
OBS-URL: https://build.opensuse.org/request/show/1175106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=23
- Update to 1.6.1:
* Fix handling of XMPP redirects (introduced in aaa6497)
* Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
* Fix OMEMO decryption of group chat messages (#617)
* Fix stream resumption
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.
OBS-URL: https://build.opensuse.org/request/show/1175105
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=45
- Update to 1.5.6:
* Behaviour change: sendIq() automatically parses stanza errors (returned as QXmppError)
* CMake: "QXmpp" legacy cmake package is now only installed for Qt 5 builds
* Fix unit tests with Qt 6!
* EncryptedFileSharingProvider: Fix wrong cipher set in sent file share element
* Fix SCE parsing mode when parsing encrypted messages
* Fix file encryption with QCA issues
* Fix picking by strength of hashing algorithms
* Fix github ci
* Add unit tests for all file encryption ciphers
- Update to 1.5.5:
* Fix dependencies in generated pkg-config files
* Fix compilation with android/clang
- Update to 1.5.4:
* OMEMO fixes
* Fix use-after-move in EntityTimeManager
* EME: Always send encryption name text
* Fix interpretation of empty to/from address in the client
* MSVC related build fixes
* Support installing QXmpp with Qt 5 and Qt 6 in parallel
* Support building QXmppOmemo statically
OBS-URL: https://build.opensuse.org/request/show/1144105
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=38
- remove baselibs, not sure if we need 32bit libs anymore.
- Update to 1.5.3
* MAM: Fix task is never finished when none of the messages is
encrypted but e2ee is enabled
* SaslDigestMd5: Fix undefined behaviour with Qt 6 when parsing
empty property at the end of the input
* CarbonManagerV2: Fix enable IQ sending
* Fix various OMEMO issues and update to libomemo-c 0.5
* Add CMake option to manually specify Qt major version
* Readd old PubSubIq and PubSubItem after justified complaints
- Update to 1.5.2
* Fix undefined behaviour in OmemoManager and FileSharingManager
* STUN: Fix nonce attribute is not padded
Changes in 1.5.1:
* Fix build with clang (usage of auto in template argument)
Changes in 1.5.0:
* New QXmppTask/Promise for asynchronous APIs
* Packet sending result reporting (sent, stream management acks)
* IQ response recognition and mapping to requests via QXmppTask
* Add QXmppTask-based APIs to most of the managers
* Implement XEP-0060: Publish-Subscribe (nearly complete)
* Implement XEP-0118: User Tune
* Implement XEP-0080: User Location
* Rewrite MIX items with new PubSubItem
* Add specified data forms parsing utilities
* Implement XEP-0384: OMEMO Encryption
* Implement XEP-0434: Trust Messages (TM)
* Implement XEP-0450: Automatic Trust Management (ATM)
OBS-URL: https://build.opensuse.org/request/show/1071800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=19
- 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
- update to 1.3.1:
* The most important change of this release is the fix of CVE-2017-5603. QXmpp is
not vulnerable to roster push attacks (CVE-2016-9928).
- QXmppRosterIq: Set subscriptionType to NotSet correctly (#293, @melvo)
- Fix `QXMPP_EXPORT` define when linking statically (#299, @leobasilio)
- QXmppMessageReceiptManager: Ignore all error messages (#300, @lnjX)
- QXmppCarbonManager: Fix CVE-2017-5603 (missing sender check) (#304, @lnjX)
QXmpp complys with the XMPP Compliance Suites 2020 (XEP-0423) for client
development in the Core, IM and Advanced Mobile suites now. For this prupose it
has been updated to RFC6120 and RFC6121. ABI compatibility was kept with this
release (apart from classes marked as 'NOT FINALIZED').
- Port QXmppCallManager to GStreamer (#207, @olesalscheider)
- Add XEP-0245: The /me Command (#276, @lnjX)
- Add XEP-0357: Push Notifications: Enable/disable IQ (#271, @jbbgameich,
@zatroxde)
- Add XEP-0359: Unique and Stable Stanza IDs (#256, @lnjX)
- Add XEP-0428: Fallback Indication (#253, @lnjX)
- Update from RFC3920 to RFC6120:
* Deprecate PaymentRequired stanza error condition as it was not adopted in
RFC6120 (#277, @lnjX)
* Add PolicyViolation stanza error condition added in RFC6120 (#279, @lnjX)
* Add redirection URI from RFC6120 for Gone and Redirect conditions (#280,
@lnjX)
* Add 'by' attribute to QXmppStanza::Error from RFC6120 (#283, @lnjX)
- Update from RFC3921 to RFC6121:
* Add pre-approved presence subscriptions (#285, @lnjX):
- Add 'approved' attribute to QXmppRosterIq
- Add stream feature for pre-approved presence subscriptions
* Add stream feature for roster versioning (#286, @lnjX)
- Use QUuid by default to generate unique stanza IDs (#255, @lnjX)
OBS-URL: https://build.opensuse.org/request/show/830069
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=28
- Update to 1.2.1. Changes since 1.1.0:
* QXmppRegistrationManager: Fix failed and succeeded signals are both emitted
on success
* QXmppMessageReceiptManager: Fix receipts are sent on error messages
* QXmppVCardManager: Fix clientVCardReceived() not emitted when IQ is from the
bare JID of the user
* QXmppRosterManager: Fix 'ask' attribute is included when renaming item
* QXmppRosterIq: Add missing implementation of the copy constructor
* Implement XEP-0077: In-band registration:
* Add registration manager with full unit tests
* Add `registered` and `remove` to the IQ
* Implement XEP-0231: Bits of Binary
* Add `QXmppClient::indexOfExtension<T>()`
* Add QXmppStartTlsPacket to replace fixed XML data
* Move TLS code to private QXmppTlsManager
* Add private QXmppInternalClientExtensions to access private part of the
client
* Add utility methods to QXmppRegisterIq to create common requests
* QXmppMucManager: Make it possible to handle stanzas not handled by the
manager
* Only send Client State Indication (CSI) states when connected
* Fix no documentation is generated for QXmppStanza::Error and
QXmppStreamFeatures
* Fix some doxygen warnings and undocumented Q_PROPERTYs
* Replace deprecated Q_FOREACH
* Replace deprecated Q_ENUMS with Q_ENUM
* Replace deprecated signal/slots syntax
* Switch to Ubuntu Bionic for Travis-CI builds
* Use QSharedDataPointers for QXmppRegisterIq, QXmppPubSubIq,
QXmppDiscoveryIq, QXmppMam{Query,Result}Iq, QXmppStreamFeatures
* Refactor QXmppPubSubIq and add missing tests
* Refactor QXmppPresence and add missing tests
* Replace manual xmlns writing by writeDefaultNamespace()
* Use QT_VERSION_CHECK to generate QXMPP_VERSION
* Add clang-format file
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 3).
OBS-URL: https://build.opensuse.org/request/show/791849
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=25
- Update to 1.1.0. Changes since 1.0.0:
* Add support for SCRAM-SHA-1 and SCRAM-SHA-256;
* Order SASL mechanisms to prefer the most secure;
* Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382;
* Do not accept receipts from other resources of the used account;
* cmake: Set minimum version before creating project() and bump to 3.3;
* Deprecate QXmppClient extension getters;
* Refactor data form media element, deprecate `QXmppDataForm::Media;
* Replace deprecated `qSort()` by `std::sort()`;
* Do not use deprecated `QSslSocket::setCaCertificates()`;
* Modernize code by using `nullptr`, `override`, etc.;
* Move attributes into private d-pointer for future ABI compatibility;
* Use raw literals, range based loops and `auto`;
* Fix potential SEGFAULT on connection error;
* Fix `SO_VERSION` to 1: ABI has changed since last minor release;
* Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`).
- Disable tests needing a network connection += qxmppuploadrequestmanager.
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2).
OBS-URL: https://build.opensuse.org/request/show/749185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=14
- Update to 1.1.0. Changes since 1.0.0:
* Add support for SCRAM-SHA-1 and SCRAM-SHA-256;
* Order SASL mechanisms to prefer the most secure;
* Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382;
* Do not accept receipts from other resources of the used account;
* cmake: Set minimum version before creating project() and bump to 3.3;
* Deprecate QXmppClient extension getters;
* Refactor data form media element, deprecate `QXmppDataForm::Media;
* Replace deprecated `qSort()` by `std::sort()`;
* Do not use deprecated `QSslSocket::setCaCertificates()`;
* Modernize code by using `nullptr`, `override`, etc.;
* Move attributes into private d-pointer for future ABI compatibility;
* Use raw literals, range based loops and `auto`;
* Fix potential SEGFAULT on connection error;
* Fix `SO_VERSION` to 1: ABI has changed since last minor release;
* Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`).
- Disable tests needing a network connection += qxmppuploadrequestmanager.
- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2).
OBS-URL: https://build.opensuse.org/request/show/749176
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=22