aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* E2eeExtension: Add isEncrypted() and decryptMessage() functionsLinus Jahn2022-10-181-0/+5
* Implement XEP-0444: Message Reactions (#492)Melvin Keskin2022-10-163-0/+137
* Skip call manager tests on macOSLinus Jahn2022-10-162-0/+9
* Clean up CallManager testLinus Jahn2022-10-161-21/+7
* tests: JingleIq: Test RTP crypto element separately and fix comparisonsMelvin Keskin2022-10-131-45/+92
* Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487)Melvin Keskin2022-10-031-0/+170
* Implement XEP-0167: Jingle RTP Sessions error conditions (#485)Melvin Keskin2022-10-021-1/+97
* tests: JingleIq: Fix comparison for 'uint32_t'Melvin Keskin2022-10-021-9/+9
* Implement XEP-0294: Jingle RTP Header Extensions Negotiation stanzasMelvin Keskin2022-10-011-0/+171
* Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)Melvin Keskin2022-10-011-23/+139
* tests: JingleIq: Improve testing RTP Feedback NegotiationMelvin Keskin2022-10-011-1/+5
* Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)Melvin Keskin2022-09-291-0/+324
* Allow adding multiple oob urls and a descriptionJonah BrĂ¼chert2022-09-281-4/+16
* Implement XEP-0167: Jingle RTP Sessions multiplexingMelvin Keskin2022-09-251-0/+5
* tests: JingleIq: Test setters for content attributesMelvin Keskin2022-09-251-54/+69
* Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)Melvin Keskin2022-09-252-0/+44
* Add file encryption functions and Encryption/DecryptionDeviceLinus Jahn2022-09-242-0/+111
* EncryptedFileSource: Move Cipher enum into QXmppGlobalLinus Jahn2022-09-241-1/+1
* EncryptedFileSource: Make public (#469)Jonah BrĂ¼chert2022-09-241-1/+1
* Add multithreaded hashing functionsLinus Jahn2022-09-162-1/+80
* Implement XEP-0448: Encryption for stateless file sharing parsing (#463)Linus Jahn2022-09-161-0/+61
* tests: HttpUploadManager: Fix build with Qt 5.9Linus Jahn2022-09-141-5/+5
* tests: utils: Add missing <memory> includeLinus Jahn2022-09-141-0/+1
* BitsOfBinaryData: Add fromByteArray() utility functionLinus Jahn2022-09-141-0/+30
* Implement XEP-0447: Stateless file sharing: File sharing element (#448)Linus Jahn2022-09-131-0/+27
* tests: util: wait: Check whether spy.wait() succeededLinus Jahn2022-09-121-1/+1
* tests: HttpUploadManager: Add test for uploadFile()Linus Jahn2022-09-091-3/+85
* tests: util: Add wait(QFuture) functionLinus Jahn2022-09-091-0/+12
* tests: util: Add expectVariant() helperLinus Jahn2022-09-091-8/+17
* tests: HttpUploadManager: Add test for future based APILinus Jahn2022-09-091-0/+66
* tests: HttpUploadManager: Modernize and refactorLinus Jahn2022-09-091-61/+54
* tests: TestClient: Add takePacket() and takeLastPacket()Linus Jahn2022-09-091-0/+10
* tests: HttpUploadManager: Clean up and replace TestHelper classLinus Jahn2022-09-092-81/+48
* Rename UploadRequestManager test to HttpUploadManager testLinus Jahn2022-09-097-22/+22
* Reformat codeLinus Jahn2022-09-067-16/+28
* ci: Add Qt 6 buildsLinus Jahn2022-09-042-3/+7
* Message: Add isCarbonForwarded attributeLinus Jahn2022-08-141-0/+2
* tests: CarbonManager: Also test manager v2 & refactorLinus Jahn2022-08-141-60/+86
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-0/+5
* ci: Enable OMEMO for full+5.15 configsLinus Jahn2022-08-133-1/+36
* Implement XEP-0384: OMEMO Encryption v0.8Melvin Keskin2022-08-134-2/+834
* Stanza: Move E2eeMetadata into own header fileLinus Jahn2022-07-112-0/+3
* tests: client: Fix memory leakLinus Jahn2022-07-101-2/+2
* Move SecurityPolicy, TrustLevel intro extra headersLinus Jahn2022-06-182-182/+186
* Fix typos in documentation and testsMelvin Keskin2022-06-141-2/+2
* tests: Message: Clean up copyright lines and includes (#426)Melvin Keskin2022-06-141-2/+0
* Message: Initialize message type directly as 'chat'Melvin Keskin2022-06-141-2/+2
* Remove PubSubEventManager (in favour of EventHandler)Linus Jahn2022-05-281-3/+3
* Apply 'clang-format' (#429)Melvin Keskin2022-05-281-1/+3
* Client: Add SendStanzaParams parameter to send functionsLinus Jahn2022-05-221-2/+2