aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix switch statement when handling IQ stanza for registrationMelvin Keskin2020-03-241-0/+2
* | Update copyright year from '2019' to '2020' for forgotten filesMelvin Keskin2020-03-291-1/+1
* | QXmppCallStream: Fix wrong \since tagsLinus Jahn2020-03-241-2/+2
* | Allow to set multiple STUN serversNiels Ole Salscheider2020-03-164-8/+23
* | Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-169-754/+1599
* | Add not authorized condition for stream errors (#191)henry610242020-02-141-0/+2
* | Make QXmpp work with projects using QT_NO_KEYWORDSLinus Jahn2020-02-1121-47/+47
* | doc: Use XEP links everywhereLinus Jahn2020-02-1116-33/+39
|/
* QXmppRegistrationManager: Fix typo in deleteAccountIqIdLinus Jahn2020-02-061-4/+4
* QXmppRegistrationManager: Handle result of deleteAccount()Linus Jahn2020-02-062-16/+48
* QXmppRegistrationManager: Pass stanza error by valueLinus Jahn2020-02-061-2/+2
* Fix undocumented Q_PROPERTiesLinus Jahn2020-02-048-73/+94
* Fix doxygen warnings about missing titles for \defgroupLinus Jahn2020-02-041-2/+15
* Add new QXmppRegistrationManagerLinus Jahn2020-02-043-4/+666
* Run clang-format also on all cpp filesLinus Jahn2020-02-0323-656/+437
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-0334-117/+124
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-292-2/+2
* QXmppClient: Remove obsolete methods for TLS managementLinus Jahn2020-01-292-45/+0
* Make QXmppTlsManager an internal client extensionLinus Jahn2020-01-293-9/+27
* Introduce QXmppInternalClientExtensionsLinus Jahn2020-01-293-0/+103
* QXmppClient: Split up QXmppClientPrivate into private headerLinus Jahn2020-01-292-25/+78
* Update copyright notice in missing filesLinus Jahn2020-01-282-2/+2
* Move TLS negotiation into new QXmppTlsManagerLinus Jahn2020-01-205-43/+168
* Port majority of old-style connects (#237)JBB2020-01-2010-268/+127
* QXmppClient: Add missing '\since' tag to new indexOfExtension()Linus Jahn2020-01-191-3/+4
* QXmppClient: Add method to get index of extensionLinus Jahn2020-01-131-0/+24
* Bump copyright year to 2020Linus Jahn2020-01-0643-43/+43
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-2320-179/+167
* Replace emails in copyright headers by entries in the AUTHORS fileLinus Jahn2019-12-082-2/+2
* QXmppClient: Set correct CSI state on connectLinus Jahn2019-11-281-2/+7
* QXmppClient: Only send CSI state when connectedLinus Jahn2019-11-281-1/+1
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-273-17/+15
* QXmppMucManager: Only return true if actually handled stanzaMartin Koller2019-10-271-3/+4
* Remove Qt < 5.7 compatibility codeLinus Jahn2019-10-231-13/+0
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-238-55/+51
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+2
* Port away from deprecated client extension getters of the QXmppClientLinus Jahn2019-10-235-37/+53
* Use raw literals, range based loops and autoJonah Brüchert2019-10-225-16/+16
* QXmppUploadRequestManager: Fix doxygen warningsLinus Jahn2019-10-212-9/+11
* Add unit tests for QXmppUploadRequestManagerblue2019-10-201-1/+0
* Implement XEP-0363: HTTP File Upload: UploadRequestManagerLinus Jahn2019-10-202-0/+391
* QXmppTransferManager: Port away from QTime.elapsed()Jonah Brüchert2019-10-191-1/+2
* Merge remote-tracking branch 'origin/stable'Linus Jahn2019-10-141-4/+3
|\
| * Fix potential SEGFAULT on connection error0xd34df00d2019-10-141-4/+3
* | Deprecate QXmppClient::{rosterManager,vCardManager,versionManager}()Linus Jahn2019-10-142-0/+14
* | Modernize codebase using clang-tidyJonah Brüchert2019-09-0825-93/+93
* | Port deprecated method setCaCertificates of QSslSocketJonah Brüchert2019-09-031-2/+6
* | MessageReceiptManager: Don't accept receipts from other resourcesLinus Jahn2019-05-051-1/+7
* | [sasl] order mechanisms to prefer the most secureJeremy Lainé2019-01-182-11/+10
|/
* Bump copyright year to 2019Jeremy Lainé2019-01-0841-41/+41