aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-1/+1
* Stream: Add IQ response sender checkLinus Jahn2022-12-281-0/+1
* Replace raw pointers with unique_ptrLinus Jahn2022-09-021-1/+1
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* doc: Fix many small doxygen warningsLinus Jahn2021-03-281-0/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* QXmppClient: Advertise stream management stateLinus Jahn2021-01-091-0/+2
* tests: Add OutgoingClient::parseHostAddress() testLinus Jahn2020-10-101-0/+2
* Port remaining Qt-6-removed APIsLinus Jahn2020-10-101-0/+3
* QXmppClient: State that iqReceived() is only emitted for resultsLinus Jahn2020-04-071-1/+2
* Make QXmpp work with projects using QT_NO_KEYWORDSLinus Jahn2020-02-111-3/+3
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-8/+7
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-6/+6
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+1
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-3/+3
* emit sslErrors in a way they can be ignored on demandJeremy Lainé2015-03-121-0/+3
* 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
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-031-0/+1
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-021-0/+1
* keep track of the host we connect toJeremy Lainé2012-08-021-0/+1
* move SASL specifics out of QXmppOutgoingClientJeremy Lainé2012-07-191-3/+0
* update copyright yearJeremy Lainé2012-07-181-1/+1
* mark classes with QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
* start moving client-specific codeJeremy Lainé2012-02-081-0/+107