aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add roster versioning stream featureLinus Jahn2020-04-051-0/+3
* QXmppRosterIq: Add 'approved' attribute from RFC6121Linus Jahn2020-04-051-8/+49
* Add pre-approved presence subscriptions stream featureLinus Jahn2020-04-051-0/+15
* QXmppMessage: Add parent thread attribute from RFC6121Linus Jahn2020-04-051-7/+24
* QXmppStanza::Error: Add 'by' attribute from RFC6120Linus Jahn2020-04-041-8/+34
* Correct authors of tests for Registration/RosterManagerLinus Jahn2020-04-012-4/+2
* tests: Fix build with Qt 5.9Linus Jahn2020-04-012-6/+6
* actions: Push documentation to doc.qxmpp.orgLinus Jahn2020-04-012-1/+48
* QXmppStanza::Error: Add redirection URI from RFC6120Linus Jahn2020-04-011-8/+63
* 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
| * tests: util: Add writePacketToDom() helperLinus Jahn2020-04-012-14/+14
| * QXmppMessageReceiptManager: Fix receipts are sent on error messages (#269)Blue2020-03-271-3/+82
| * 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
* | Implement XEP-0357: Push Notifications enable/disable IQ (#271)JBB2020-03-292-0/+174
* | QXmppDataForm: Add ctor with all attributesLinus Jahn2020-03-291-2/+39
* | 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
* | 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
* | Reapply "Implement MIX-PAM XEP-0405: Roster IQ extension"Linus Jahn2020-02-121-0/+42
* | Update MAM implementation to v0.6Linus Jahn2020-02-111-4/+4
* | Implement XEP-0359: Unique and Stable Stanza IDsLinus Jahn2020-02-111-0/+26
* | utils: Generate UUIDs for stanza hashes by defaultLinus Jahn2020-02-111-0/+17
* | Implement XEP-0428: Fallback IndicationLinus Jahn2020-02-101-0/+19
|/
* QXmppRegistrationManager: Handle result of deleteAccount()Linus Jahn2020-02-061-3/+60
* QXmppRegistrationManager: Pass stanza error by valueLinus Jahn2020-02-061-1/+1
* 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