aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Hide Qt6 find errorsLinus Jahn2020-07-101-1/+1
|
* Introduce Qt 6 compatibilityLinus Jahn2020-07-031-3/+5
|
* Add unit tests for QXmppAttentionManagerLinus Jahn2020-04-071-0/+1
|
* Merge branch 'stable'Linus Jahn2020-04-011-0/+2
|\
| * Add tests for QXmppRosterManagerLinus Jahn2020-04-011-0/+1
| |
| * Add QXmppVCardManger testsLinus Jahn2020-04-011-0/+1
| | | | | | | | Co-authored-by: Melvin Keskin <melvo@olomono.de>
* | Implement XEP-0357: Push Notifications enable/disable IQ (#271)JBB2020-03-291-0/+1
| | | | | | | | Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch> Co-authored-by: Linus Jahn <lnj@kaidan.im>
* | Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-4/+4
|/
* Add unit tests for QXmppRegistrationManagerLinus Jahn2020-02-041-0/+1
|
* Add QXmppStartTlsPacket to replace hard-coded XML in TLS codeLinus Jahn2020-01-201-0/+1
|
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-061-0/+1
| | | | | This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0.
* Implement XEP-0231: Bits of Binary: content identifiersLinus Jahn2019-12-061-0/+1
| | | | | This implements parsing and serialization of content identifiers from XEP-0231: Bits of Binary in version 1.0.
* Add minimal test for QXmppClientLinus Jahn2019-10-231-0/+1
|
* Add unit tests for QXmppUploadRequestManagerblue2019-10-201-0/+1
| | | | Co-authored-by: Linus Jahn <lnj@kaidan.im>
* Add tests for QXmppMessageReceiptManagerLinus Jahn2019-05-051-0/+1
|
* Implement XEP-0363: HTTP File Upload: Request/Slot IQsLinus Jahn2019-05-041-0/+1
| | | | | This implements the IQs for requesting and receiving upload slots as defined by XEP-0363: HTTP File Upload in version 0.9.0.
* Implement MIX-CORE XEP-0369: Info/Participant node itemsLinus Jahn2019-05-041-0/+1
| | | | | | | | | This implements the pubsub items for the MIX participants and info node as defined by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#participants-node https://xmpp.org/extensions/xep-0369.html#info-node
* Implement XEP-0369/XEP-0405 (MIX): IQ queriesLinus Jahn2019-01-201-0/+1
| | | | | | This implements all used IQ queries of XEP-0369: Mediated Information eXchange (MIX) (v0.14.1) and XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements (v0.3.1), including unit tests.
* [tests] add CMake option to build internal testsJeremy Lainé2019-01-171-3/+6
| | | | | | Some tests are disabled by default as they require exporting additional symbols which are not part of the public API. The BUILD_INTERNAL_TESTS option makes it possible to enable these additional tests.
* CMake: Add binary paths for tests to the include pathsNiels Ole Salscheider2018-09-301-0/+1
| | | | This fixes #141.
* [tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149)Jeremy Lainé2018-09-181-3/+3
|
* Fix paths in CMakeLists.txtNiels Ole Salscheider2018-06-171-3/+4
|
* Port tests to the new build systemNiels Ole Salscheider2017-09-041-0/+50