aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppclient/tst_qxmppclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-281-4/+4
|
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-281-6/+6
| | | | | Supporting abstract types only has little advantages and we might want to store the result by value later.
* Add tests for QXmppTaskLinus Jahn2023-01-031-2/+67
|
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-9/+11
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-4/+4
| | | | Part of #501.
* Disable Qt keywords completelyLinus Jahn2022-12-261-7/+6
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* E2eeExtension: Add isEncrypted() and decryptMessage() functionsLinus Jahn2022-10-181-0/+5
|
* tests: client: Fix memory leakLinus Jahn2022-07-101-2/+2
|
* Fix typos in documentation and testsMelvin Keskin2022-06-141-2/+2
|
* Client: Add SendStanzaParams parameter to send functionsLinus Jahn2022-05-221-2/+2
| | | | It can already be used by E2eeExtension.
* E2eeExtension: Rename EncryptMessageResult to MessageEncryptResultLinus Jahn2022-05-201-2/+2
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* tests: Add minimal unit test for SCE hooksLinus Jahn2021-09-281-0/+72
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+1
|
* QXmppClient: Add method to get index of extensionLinus Jahn2020-01-131-4/+32
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add minimal test for QXmppClientLinus Jahn2019-10-231-0/+81