aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add minimal unit test for SCE hooksLinus Jahn2021-09-281-0/+72
* Implement stanza parsing for Stanza Content EncryptionLinus Jahn2021-09-281-5/+5
* AtmManager: Use security policiesMelvin Keskin2021-09-251-15/+58
* TrustMemoryStorage: Add security policiesMelvin Keskin2021-09-251-0/+36
* Add QXmppAtmManagerMelvin Keskin2021-09-163-0/+2063
* Add QXmppTrustMemoryStorageMelvin Keskin2021-09-162-0/+536
* Add QXmppOmemoElementMelvin Keskin2021-09-032-0/+255
* Add QXmppOmemoEnvelopeMelvin Keskin2021-09-031-0/+75
* Add QXmppOmemoDeviceBundleMelvin Keskin2021-09-031-0/+72
* Add QXmppOmemoDeviceListMelvin Keskin2021-09-031-0/+62
* Add QXmppOmemoDeviceElementMelvin Keskin2021-09-032-0/+106
* tests: Add tests for QXmppPubSubManagerLinus Jahn2021-08-222-0/+861
* Implement XEP-0118: User Tune: Add manager with testsLinus Jahn2021-08-222-0/+128
* Add PubSubSubAuthorization formLinus Jahn2021-08-222-0/+72
* tests: Add tests for QXmppPubSubEvent<T>Linus Jahn2021-08-222-0/+318
* tests: Add tests for QXmppPubSubItemLinus Jahn2021-08-221-0/+77
* tests: Add tests for QXmppPubSubIq<T>Linus Jahn2021-08-222-73/+168
* tests: Add PubSub utilities headerLinus Jahn2021-08-221-0/+68
* Make QXmppPubSubIq a template class and extendLinus Jahn2021-08-221-1/+1
* tests: Add tests for QXmppPubSubSubscriptionsLinus Jahn2021-08-221-0/+105
* tests: Add tests for QXmppPubSubAffiliationsLinus Jahn2021-08-222-0/+122
* tests: Fix 9579572: pubsubiq testsLinus Jahn2021-08-031-2/+2
* tests: util: Allow using ' instead of " in xmlLinus Jahn2021-08-013-13/+18
* tests: util: Add new packetToXml() functionLinus Jahn2021-08-011-6/+13
* tests: TestClient: Add both QString & QByteArray packet injectionLinus Jahn2021-08-014-8/+10
* tests: TestClient: Fix warning of missing include for destructorsLinus Jahn2021-07-231-2/+4
* QXmppClient: Add addNewExtension<T>()Linus Jahn2021-07-231-8/+0
* Add QXmppTrustMessageElementMelvin Keskin2021-07-062-0/+100
* Add QXmppTrustMessageKeyOwnerMelvin Keskin2021-07-062-0/+131
* Add unit test for QXmppDiscoveryManagerLinus Jahn2021-07-062-0/+92
* RosterManager: Add unit tests for QFuture requestsLinus Jahn2021-07-062-2/+52
* tests: Add TestClient class for client testing with QFuturesLinus Jahn2021-07-063-2/+126
* tests: util: Add xmlToDom() helperLinus Jahn2021-06-301-4/+14
* ci: Output more details for failed testsLinus Jahn2021-05-211-1/+1
* RosterManager: Add subscription request signal with full presence (#346)Melvin Keskin2021-05-081-0/+22
* RegisterIq: Add out-of-band URLMelvin Keskin2021-04-171-0/+87
* QXmppDataForm: Add FORM_TYPE search functionLinus Jahn2021-03-231-0/+24
* Fix build with Qt 5.7Linus Jahn2021-03-173-2/+4
* tests: Add integration tests for VCardManagerLinus Jahn2021-03-111-5/+70
* tests: Add basics for integration testsLinus Jahn2021-03-111-0/+79
* Implement MIX-MISC XEP-0407: Invitation message extension (#329)Melvin Keskin2021-03-083-0/+136
* cmake: Simplify Qt5/Qt6 handlingLinus Jahn2021-02-264-8/+5
* Update copyright headers to 2021Linus Jahn2021-02-1948-48/+48
* github-ci: macOS: Fix python installationLinus Jahn2020-12-261-2/+3
* Add SCRAM-SHA3-512 SASL algorithmLinus Jahn2020-10-311-0/+3
* Add SCRAM-SHA-512 SASL algorithmLinus Jahn2020-10-311-0/+1
* SaslClientScram: Refactor to simplify adding new algorithmsLinus Jahn2020-10-311-8/+12
* ci: macos: Install python@3.9 to solve brew link errorsLinus Jahn2020-10-311-0/+2
* tests: Adapt to Qt6's stricter XML parsingLinus Jahn2020-10-103-55/+72
* tests: Add OutgoingClient::parseHostAddress() testLinus Jahn2020-10-102-0/+87