aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* QXmppDataForm: Add FORM_TYPE search functionLinus Jahn2021-03-231-0/+24
|
* Fix build with Qt 5.7Linus Jahn2021-03-173-2/+4
| | | | We only test 5.9 with the CI... :/
* 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
| | | | | | | This implements the message extension for MIX invitations from XEP-0407: Mediated Information eXchange (MIX): Miscellaneous Capabilities in version 0.1.2. https://xmpp.org/extensions/xep-0407.html#usecase-user-invite
* 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
| | | | | QCryptographicHash::Sha3_512 was accidentially using Keccak-512 before Qt 5.9.2, thus we can only use SCRAM-SHA3-512 when using Qt >= 5.9.2.
* Add SCRAM-SHA-512 SASL algorithmLinus Jahn2020-10-311-0/+1
|
* SaslClientScram: Refactor to simplify adding new algorithmsLinus Jahn2020-10-311-8/+12
| | | | Adding new algorithms only needs a new name/algorithm entry now.
* 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
|
* Add extra unit test for QXmppStreamLinus Jahn2020-10-103-0/+142
|
* Disable foreach also in examples and testsLinus Jahn2020-10-101-2/+2
|
* ci: macos: Remove python2 unlinking to fix buildLinus Jahn2020-09-291-1/+0
|
* Merge branch 'stable'Linus Jahn2020-07-201-4/+65
|\
| * QXmppCarbonManager: Fix vulnerability: Add sender checkLinus Jahn2020-07-201-4/+65
| | | | | | | | | | | | The XEP requires that only carbon messages from the client's bare JID are accepted. This prevents that other entities can inject messages into the client.
| * QXmppMessageReceiptManager: Ignore all error messagesLinus Jahn2020-07-201-1/+20
| | | | | | | | | | Not only receipt requests, but also receipts from error messages should not be used.
| * Add unit test for QXmppRosterIq subscription statusMelvin Keskin2020-07-201-1/+24
| |
* | CMake: Hide Qt6 find errorsLinus Jahn2020-07-101-1/+1
| |
* | Introduce Qt 6 compatibilityLinus Jahn2020-07-034-6/+8
| |
* | QXmppMessageReceiptManager: Ignore all error messagesLinus Jahn2020-07-031-1/+20
| | | | | | | | | | Not only receipt requests, but also receipts from error messages should not be used.
* | Add unit test for QXmppRosterIq subscription statusMelvin Keskin2020-04-091-1/+24
| |
* | Add unit tests for QXmppAttentionManagerLinus Jahn2020-04-072-0/+220
|/
* Add roster versioning stream featureLinus Jahn2020-04-051-0/+3
|
* QXmppRosterIq: Add 'approved' attribute from RFC6121Linus Jahn2020-04-051-8/+49
| | | | | The 'approved' attribute was added in RFC6121 to indicate whether a pre-approved subscription exists.
* Add pre-approved presence subscriptions stream featureLinus Jahn2020-04-051-0/+15
|
* QXmppMessage: Add parent thread attribute from RFC6121Linus Jahn2020-04-051-7/+24
| | | | | | The 'parent' attribute for <thread/> element in messages has been introduced in RFC6121. This commit adds parsing and serialization for it, including unit tests.
* QXmppStanza::Error: Add 'by' attribute from RFC6120Linus Jahn2020-04-041-8/+34
| | | | | This adds parsing and serialization and unit tests for the by attribute for QXmppStanza::Errors. The protocol is defined in RFC6120.
* Correct authors of tests for Registration/RosterManagerLinus Jahn2020-04-012-4/+2
| | | | This was a copy-paste mistake.
* tests: Fix build with Qt 5.9Linus Jahn2020-04-012-6/+6
| | | | QCOMPARE(QString(), "") doesn't work there.
* actions: Push documentation to doc.qxmpp.orgLinus Jahn2020-04-012-1/+48
|
* QXmppStanza::Error: Add redirection URI from RFC6120Linus Jahn2020-04-011-8/+63
| | | | | The error conditions <gone/> and <redirect/> can contain an XMPP URI to redirect to as defined in RFC6120.
* Merge branch 'stable'Linus Jahn2020-04-016-28/+329
|\
| * Add tests for QXmppRosterManagerLinus Jahn2020-04-012-0/+111
| |
| * Add QXmppVCardManger testsLinus Jahn2020-04-012-0/+109
| | | | | | | | Co-authored-by: Melvin Keskin <melvo@olomono.de>
| * tests: util: Add writePacketToDom() helperLinus Jahn2020-04-012-14/+14
| | | | | | | | It is used in multiple places now.
| * QXmppMessageReceiptManager: Fix receipts are sent on error messages (#269)Blue2020-03-271-3/+82
| | | | | | This fixes that behaviour and extends the tests for QXmppMessageReceiptManager.
| * Fix switch statement when handling IQ stanza for registrationMelvin Keskin2020-03-241-11/+13
| |
* | Add tests for QXmppStanza::Error parsingLinus Jahn2020-03-311-0/+169
| |
* | Implement XEP-0245: The /me CommandLinus Jahn2020-03-311-0/+48
| | | | | | | | | | | | | | This adds parsing for recognizing /me commands in message bodies. It complies with version 1.0 of XEP-0245: The /me Command. https://xmpp.org/extensions/xep-0245.html
* | Implement XEP-0357: Push Notifications enable/disable IQ (#271)JBB2020-03-292-0/+174
| | | | | | | | Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch> Co-authored-by: Linus Jahn <lnj@kaidan.im>
* | QXmppDataForm: Add ctor with all attributesLinus Jahn2020-03-291-2/+39
| | | | | | | | This makes creating forms manually a lot easier.
* | Update copyright year from '2019' to '2020' for forgotten filesMelvin Keskin2020-03-291-1/+1
| |
* | [tests] run Linux and OS X tests using GitHub ActionsJeremy Lainé2020-03-242-11/+1
| |
* | Allow to set multiple STUN serversNiels Ole Salscheider2020-03-161-1/+5
| | | | | | | | This way we can for example add a server for IPv4 and one IPv6.
* | Travis: Unlink python2 to avoid conflict in CINiels Ole Salscheider2020-03-161-0/+1
| |
* | Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-166-357/+7
| |