aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor QXmppRegisterIq: Replace registerType by two separate attr.Linus Jahn2020-02-042-6/+7
* Add unit tests for QXmppRegistrationManagerLinus Jahn2020-02-042-0/+487
* Run clang-format also on all cpp filesLinus Jahn2020-02-0327-1140/+1122
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-0343-65/+94
* QXmppRegisterIq: Add utility methods to create common requestsLinus Jahn2020-02-031-0/+35
* Add QXmppStartTlsPacket to replace hard-coded XML in TLS codeLinus Jahn2020-01-202-0/+94
* Port majority of old-style connects (#237)JBB2020-01-207-52/+52
* QXmppClient: Add method to get index of extensionLinus Jahn2020-01-131-4/+32
* QXmppRegisterIq: Add registerType for registered/removeLinus Jahn2020-01-131-32/+81
* Bump copyright year to 2020Linus Jahn2020-01-0643-43/+43
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-4/+3
* Refactor QXmppPresence, Add missing testsLinus Jahn2019-12-101-30/+69
* Refactor QXmppPubSubIq and add missing testsLinus Jahn2019-12-081-3/+105
* Implement XEP-0231: Bits of Binary: register IQ extensionLinus Jahn2019-12-061-0/+99
* Implement XEP-0231: Bits of Binary: message extensionLinus Jahn2019-12-061-0/+98
* Implement XEP-0231: Bits of Binary: stanza extensionLinus Jahn2019-12-061-1/+1
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-062-0/+222
* Implement XEP-0231: Bits of Binary: content identifiersLinus Jahn2019-12-062-0/+229
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-272-4/+0
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-4/+8
* Refactor data form media elementLinus Jahn2019-10-231-19/+130
* Add minimal test for QXmppClientLinus Jahn2019-10-232-0/+82
* Use raw literals, range based loops and autoJonah Brüchert2019-10-227-29/+29
* Revert "Implement MIX-PAM XEP-0405: Roster IQ extension"Linus Jahn2019-10-211-42/+0
* Add unit tests for QXmppUploadRequestManagerblue2019-10-205-0/+445
* Implement XEP-0363: HTTP File Upload: Error casesLinus Jahn2019-10-201-0/+69
* Get QXmppMessage coverage to 100%Linus Jahn2019-10-191-32/+108
* travis: Build with all available threadsLinus Jahn2019-10-141-2/+8
* Modernize codebase using clang-tidyJonah Brüchert2019-09-084-5/+5
* Implement XEP-0334: Message Processing HintsLinus Jahn2019-09-081-0/+51
* Implement XEP-0380: Explicit Message EncryptionLinus Jahn2019-09-061-0/+46
* Add tests for setters of QXmppStreamFeaturesLinus Jahn2019-09-061-0/+25
* Add test for checking 'required' mode of stream featuresLinus Jahn2019-09-061-0/+19
* Implement XEP-0367: Message AttachingLinus Jahn2019-09-061-0/+18
* travis: show as much build errors as possibleBoris Pek2019-09-041-1/+1
* Add tests for QXmppMessageReceiptManagerLinus Jahn2019-05-052-0/+99
* Implement XEP-0363: HTTP File Upload: Request/Slot IQsLinus Jahn2019-05-042-0/+173
* tests: mix items: Fix using old namespace in examplesLinus Jahn2019-05-041-4/+4
* Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)Linus Jahn2019-05-042-23/+23
* Implement XEP-0382: Spoiler messages (v0.2.0)Linus Jahn2019-05-041-0/+41
* Implement MIX-CORE XEP-0369: Info/Participant node itemsLinus Jahn2019-05-042-0/+160
* Implement MIX-PAM XEP-0405: Roster IQ extensionLinus Jahn2019-05-011-0/+42
* Implement MIX-PAM XEP-0405: Presence extensionLinus Jahn2019-05-011-0/+28
* Implement MIX-CORE XEP-0396: Message extensionLinus Jahn2019-05-011-0/+28
* Implement XEP-0369/XEP-0405 (MIX): IQ queriesLinus Jahn2019-01-202-0/+420
* [sasl] order mechanisms to prefer the most secureJeremy Lainé2019-01-181-1/+1
* [sasl] add support for SCRAM-SHA-1 and SCRAM-SHA-256Jeremy Lainé2019-01-171-1/+92
* [tests] add CMake option to build internal testsJeremy Lainé2019-01-172-4/+7
* Bump copyright year to 2019Jeremy Lainé2019-01-0835-35/+35
* Implement XEP-0319: Last User Interaction in PresenceLinus Jahn2019-01-041-0/+23