aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* QXmppClient: Reset Stream Management package cache on JID changesLinus Jahn2021-03-111-1/+7
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* QXmppClient: Advertise stream management stateLinus Jahn2021-01-091-0/+18
* QXmppClient: Remove static disco feature for attentionLinus Jahn2020-04-071-2/+0
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-2/+8
* QXmppClient: Add new service discovery featuresLinus Jahn2020-04-061-0/+18
* QXmppDiscoveryManager: Move static features into QXmppClientPrivateLinus Jahn2020-04-061-0/+22
* doc: Use XEP links everywhereLinus Jahn2020-02-111-7/+9
* Fix undocumented Q_PROPERTiesLinus Jahn2020-02-041-4/+0
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-42/+29
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-11/+11
* QXmppClient: Remove obsolete methods for TLS managementLinus Jahn2020-01-291-41/+0
* Make QXmppTlsManager an internal client extensionLinus Jahn2020-01-291-1/+1
* QXmppClient: Split up QXmppClientPrivate into private headerLinus Jahn2020-01-291-25/+3
* Move TLS negotiation into new QXmppTlsManagerLinus Jahn2020-01-201-2/+43
* Port majority of old-style connects (#237)JBB2020-01-201-44/+32
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* QXmppClient: Set correct CSI state on connectLinus Jahn2019-11-281-2/+7
* QXmppClient: Only send CSI state when connectedLinus Jahn2019-11-281-1/+1
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-4/+2
* Port away from deprecated client extension getters of the QXmppClientLinus Jahn2019-10-231-10/+19
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-1/+1
* 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
* Implement XEP-0352: Client State IndicationLinus Jahn2018-10-291-0/+23
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
* emit sslErrors in a way they can be ignored on demandJeremy Lainé2015-03-121-1/+1
* Add a QXmppClient::sslErrors signal to report SSL errors.Jeremy Lainé2015-03-111-0/+4
* move documentation mainpage to doc/index.docJeremy Lainé2014-08-211-41/+0
* Added ability to retrieve socket error string for clientNikita Krupenko2014-06-041-0/+8
* update project homepageJeremy Lainé2014-03-281-4/+4
* update project homepageJeremy Lainé2014-03-271-4/+4
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
* cosmetic: re-order methods alphabeticallyJeremy Lainé2013-02-051-10/+10
* Add QXmppClient::insertExtension()Oskari Timperi2013-02-051-2/+12
* Remove managers from QXmppClientPrivate, use the extensions list insteadOskari Timperi2013-02-051-22/+6
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-101-4/+4
* add countersJeremy Lainé2012-09-101-0/+4
* more plumbing for stat countersJeremy Lainé2012-09-101-0/+4
* don't send initial presence or request roster if not authenticatedJeremy Lainé2012-09-031-1/+2
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-031-0/+7
* use QXmppClient::setStatusTextJeremy Lainé2012-07-211-1/+1
* remove confusing QXmppPresence::Status::OfflineJeremy Lainé2012-07-181-1/+0
* Remove deprecated QXmppClient::discoveryIqReceived() signal.Jeremy Lainé2012-07-181-12/+1
* update copyright yearJeremy Lainé2012-07-181-1/+1
* uniformise disconnectJeremy Lainé2012-05-161-5/+3
* cancel reconnection timer when the user explicitly disconnectsJeremy Lainé2012-05-161-0/+6
* fully remove QXmppReconnectionManagerJeremy Lainé2012-05-161-11/+0
* reconnection times need to be in milliseconds..Jeremy Lainé2012-05-141-4/+4