Qt XMPP Library
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.
QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only
third party library it is dependent on. Users need to a have working knowledge of
C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket
and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and
functions. Therefore the user would not be bothered with these details. But it is
always recommended to the advanced users to read and enjoy the low level details.
- Developed at network
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/libqxmpp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000010 10 Bytes | |
libqxmpp-1.1.0.tar.gz | 0000286791 280 KB | |
libqxmpp.changes | 0000008250 8.06 KB | |
libqxmpp.spec | 0000003650 3.56 KB |
Revision 14 (latest revision is 30)
Dominique Leuenberger (dimstar_suse)
accepted
request 749185
from
Tomáš Chvátal (scarabeus_iv)
(revision 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).
Comments 0