aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* EME: Always send encryption name as fallbackMelvin Keskin2023-03-131-1/+1
* tests: Add EntityTimeManager testLinus Jahn2023-03-132-0/+69
* tests: Add VersionManager testLinus Jahn2023-03-132-0/+69
* Run clang-formatLinus Jahn2023-03-113-3/+3
* Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-095-32/+32
* SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]Linus Jahn2023-03-091-0/+10
* tests: streaminitiaioniq: Fix usage of qt keywordsLinus Jahn2023-03-091-5/+4
* SceEnvelope: Don't use reference to avoid misusageLinus Jahn2023-03-091-2/+1
* tests: OmemoManager: Use CarbonManagerV2Melvin Keskin2023-03-091-14/+4
* Organize OMEMO includesMelvin Keskin2023-03-091-2/+0
* 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