aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.h
Commit message (Expand)AuthorAgeFilesLines
* Client: Rename send/sendUnencrypted to sendSensitive/sendLinus Jahn2023-01-281-1/+1
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-221-1/+1
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-7/+7
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-1/+1
* Reformat codeLinus Jahn2022-09-061-2/+4
* Replace raw pointers with unique_ptrLinus Jahn2022-09-021-1/+2
* Client: Add SendStanzaParams parameter to send functionsLinus Jahn2022-05-221-6/+7
* Add MessageHandler interfaceLinus Jahn2022-05-201-0/+1
* ClientExtension: Add injectIq() functionLinus Jahn2022-05-201-0/+4
* Client: Add reply() picking the encryption based on the received stanzaLinus Jahn2022-05-201-0/+1
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* QXmppClient: Add encryption hooksLinus Jahn2021-09-281-0/+5
* Client: Require moving the packets/iqs for sendingLinus Jahn2021-09-281-3/+3
* Adapt IQ parsing to new packet sendingLinus Jahn2021-09-031-1/+1
* Refactor packet sending: Add SendSuccess/SendErrorLinus Jahn2021-09-031-1/+2
* Make it possible to send QXmppNonzas over streamsLinus Jahn2021-08-261-1/+1
* QXmppClient: Add addNewExtension<T>()Linus Jahn2021-07-231-0/+8
* tests: Add TestClient class for client testing with QFuturesLinus Jahn2021-07-061-0/+1
* Add QXmppClient::sendGenericIq() just returning Success/StanzaErrorLinus Jahn2021-07-051-2/+4
* Add reporting of IQ responses with QFuturesLinus Jahn2021-06-271-0/+3
* QXmppClient: Add send() function with QFutureLinus Jahn2021-06-271-0/+7
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* Improve wording in method documentation (#330)melvo2021-02-171-3/+3
* QXmppClient: Advertise stream management stateLinus Jahn2021-01-091-1/+15
* Adapt to changes in QList in Qt 6.0Linus Jahn2020-07-031-2/+1
* QXmppClient: State that iqReceived() is only emitted for resultsLinus Jahn2020-04-071-4/+6
* Make QXmpp work with projects using QT_NO_KEYWORDSLinus Jahn2020-02-111-3/+3
* Fix undocumented Q_PROPERTiesLinus Jahn2020-02-041-0/+8
* Fix doxygen warnings about missing titles for \defgroupLinus Jahn2020-02-041-2/+15
* Add new QXmppRegistrationManagerLinus Jahn2020-02-041-4/+4
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
* QXmppClient: Remove obsolete methods for TLS managementLinus Jahn2020-01-291-4/+0
* Introduce QXmppInternalClientExtensionsLinus Jahn2020-01-291-0/+3
* Move TLS negotiation into new QXmppTlsManagerLinus Jahn2020-01-201-0/+5
* 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-061-1/+1
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-25/+24
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-271-5/+4
* Port away from deprecated client extension getters of the QXmppClientLinus Jahn2019-10-231-11/+11
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-3/+3
* Deprecate QXmppClient::{rosterManager,vCardManager,versionManager}()Linus Jahn2019-10-141-0/+7
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-3/+3
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Fix spelling errorsBoris Pek2019-01-081-1/+1
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+3
* 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-131-2/+2
* Add a QXmppClient::sslErrors signal to report SSL errors.Jeremy Lainé2015-03-111-0/+6