aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update OMEMO to new libomemo-c 0.5 APIsMelvin Keskin2023-03-091-1/+1
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-282-6/+6
* Fix pubsubmanager test: Wrong error value expectedLinus Jahn2023-01-281-7/+1
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-281-6/+6
* Fix discovery manager incoming request handlingLinus Jahn2023-01-222-2/+20
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-222-6/+10
* Rename TuneItem to UserTuneItemLinus Jahn2023-01-032-2/+2
* Add tests for QXmppTaskLinus Jahn2023-01-031-2/+67
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-037-73/+94
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-4/+4
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-291-6/+5
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-291-1/+1
* Stream: Add IQ response sender checkLinus Jahn2022-12-282-30/+39
* PubSubEvent: Split up Items type into Items and virtual Retract typeLinus Jahn2022-12-281-1/+1
* PubSubManager: Add 'own' to PEP function namesLinus Jahn2022-12-281-16/+16
* test: omemo: Fix usage of old PubSubIq includeLinus Jahn2022-12-281-1/+0
* Disable Qt keywords completelyLinus Jahn2022-12-2652-499/+482
* Move PubSubIq into QXmpp::Private namespaceLinus Jahn2022-12-262-37/+39
* Make PubSubIq header privateLinus Jahn2022-12-262-2/+1
* 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