aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-1/+1
| | | | | | Closes #502. Co-authored-by: Jonah Brüchert <jbb@kaidan.im>
* Stream: Add IQ response sender checkLinus Jahn2022-12-281-0/+1
| | | | | | | Verifies that the sender of the response is correct, so no evil entity can inject responses. Fixes #510.
* Replace raw pointers with unique_ptrLinus Jahn2022-09-021-1/+1
| | | | safer, simpler
* 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
| | | | | | | | | | | This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS' and 'Q_SIGNALS'. This allows for smooth integration with software projects that need QT_NO_KEYWORDS, such as those ones that rely on boost libraries. Closes #115. Co-authored-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it>
* 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
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+1
| | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me.
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-3/+3
| | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate
* 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