aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling errorsBoris Pek2019-01-085-6/+6
* Tiny addition to 439ad968c60d7cf44cc05cda72ebfdb1f8741045Boris Pek2019-01-031-1/+1
* Set client type in discovery manager based on Qt OSLinus Jahn2019-01-031-1/+6
* Use QSysInfo for client OS in VersionManagerLinus Jahn2019-01-031-3/+8
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-294-0/+41
* Add missed variables initialization in constructors of few classes.Boris Pek2018-09-182-1/+3
* auto-connect to next DNS-SRV record server on connection failureMartin Koller2018-09-081-5/+23
* Drop support for Qt 4Niels Ole Salscheider2017-09-042-18/+0
* Initial CMake build systemNiels Ole Salscheider2017-09-041-46/+0
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-293-0/+218
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-122-52/+183
* Tiny cosmetic fix to avoid cppcheck message about memory leak.Boris Pek2017-02-031-1/+1
* do not ignore SSL errors by default (closes #113)Jeremy Lainé2016-10-071-2/+2
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-0814-14/+14
* [carbons] rename QXmppCarbonsManager to QXmppCarbonManagerJeremy Lainé2016-09-043-16/+16
* [cosmetic] capitalize XEP-0280: Message CarbonsJeremy Lainé2016-09-041-1/+1
* Merge pull request #88 from fbeutel/carbonsfbeutel2016-09-043-0/+188
* QXmppTransferManager: Close only devices which we opened.Alexandr Akulich2015-10-271-1/+4
* QXmppTransferManager: Fixed device ownership.Alexandr Akulich2015-10-271-3/+2
* File transfer: Make sure the filename is being converted to a QUrl correctlyfbeutel2015-10-211-1/+1
* fix typoJeremy Lainé2015-08-311-1/+1
* cosmetic tweakJeremy Lainé2015-08-311-5/+4
* refactorJeremy Lainé2015-08-311-73/+27
* allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-311-64/+72
* fix compiler warning about unused variableJeremy Lainé2015-08-281-2/+1
* QXmppCallManager : set the local SSRC in jingle IQJeremy Lainé2015-08-271-0/+1
* check sendFile is actually given a full JIDJeremy Lainé2015-08-151-6/+10
* add a note that QXmppTransferManager::sendFile requires a full JIDJeremy Lainé2015-08-151-0/+6
* Make QXmppClient::connectToServer(config, presence) a slot (closes #63)Jeremy Lainé2015-07-311-3/+3
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-134-9/+9