aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.5'Linus Jahn2023-03-171-5/+3
|\
| * Client: Fix empty to in IQs is interpreted as server domainLinus Jahn2023-03-141-1/+2
| * Client: Don't fill empty 'to' attributes of outgoing IQsLinus Jahn2023-03-141-5/+2
* | Remove Qt < 5.15 compat codeLinus Jahn2023-01-311-4/+0
|/
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-1/+2
* Fix documentation warnings (renamed functions)Linus Jahn2022-12-311-0/+8
* Stream: Add IQ response sender checkLinus Jahn2022-12-281-0/+10
* Disable Qt keywords completelyLinus Jahn2022-12-261-19/+19
* Reformat codeLinus Jahn2022-09-061-24/+40
* Replace raw pointers with unique_ptrLinus Jahn2022-09-021-9/+3
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* Add reporting of IQ responses with QFuturesLinus Jahn2021-06-271-1/+15
* Replace qAsConst by std::as_constLinus Jahn2021-03-171-1/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* QXmppClient: Advertise stream management stateLinus Jahn2021-01-091-1/+50
* Port remaining Qt-6-removed APIsLinus Jahn2020-10-101-24/+38
* OutgoingClient: Properly handle bind IQ errorsBonnie2020-10-011-0/+5
* Replace deprecated QSslSocket::error signalLinus Jahn2020-07-031-0/+4
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-1/+9
* Add not authorized condition for stream errors (#191)henry610242020-02-141-0/+2
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-117/+51
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-12/+13
* Move TLS negotiation into new QXmppTlsManagerLinus Jahn2020-01-201-41/+1
* Port majority of old-style connects (#237)JBB2020-01-201-30/+8
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-1/+1
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-1/+1
* Merge remote-tracking branch 'origin/stable'Linus Jahn2019-10-141-4/+3
|\
| * Fix potential SEGFAULT on connection error0xd34df00d2019-10-141-4/+3
* | Modernize codebase using clang-tidyJonah Brüchert2019-09-081-4/+4
* | Port deprecated method setCaCertificates of QSslSocketJonah Brüchert2019-09-031-2/+6
* | [sasl] order mechanisms to prefer the most secureJeremy Lainé2019-01-181-7/+8
|/
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Fix spelling errorsBoris Pek2019-01-081-2/+2
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+14
* auto-connect to next DNS-SRV record server on connection failureMartin Koller2018-09-081-5/+23
* Drop support for Qt 4Niels Ole Salscheider2017-09-041-6/+0
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-49/+180
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
* rename 'error' to 'errors' in socketSslErrors slotJeremy Lainé2015-03-121-4/+4
* emit sslErrors in a way they can be ignored on demandJeremy Lainé2015-03-121-0/+5
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-251-3/+4
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-281-0/+2
* add support for legacy SSLJeremy Lainé2014-04-061-1/+10
* update project homepageJeremy Lainé2014-03-281-1/+1
* update project homepageJeremy Lainé2014-03-271-1/+1
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
* Fixed uninitialized pointers in QXmppOutgoingClientPrivateNikita Krupenko2013-08-281-0/+2
* Fixed uninitialized member in QXmppOutgoingClientNikita Krupenko2013-08-281-0/+1