aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me.
* 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
| | | | This allows compilation with GCC in pedantic mode.
* Add a QXmppClient::sslErrors signal to report SSL errors.Jeremy Lainé2015-03-111-0/+6
|
* Added ability to retrieve socket error string for clientNikita Krupenko2014-06-041-0/+1
|
* 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
|
* cosmetic: re-order methods alphabeticallyJeremy Lainé2013-02-051-1/+1
|
* Add QXmppClient::insertExtension()Oskari Timperi2013-02-051-0/+1
| | | | | Now users who need greater control from the library can insert their own managers to the beginning of the extensions list and catch every stanza.
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-031-0/+1
|
* Remove deprecated QXmppClient::discoveryIqReceived() signal.Jeremy Lainé2012-07-181-7/+0
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* fully remove QXmppReconnectionManagerJeremy Lainé2012-05-161-6/+0
|
* fix Q_DECL_DEPRECATEDJeremy Lainé2012-05-151-1/+1
|
* update documentationJeremy Lainé2012-05-141-3/+3
|
* move reconnection handling into QXmppClientJeremy Lainé2012-05-141-0/+2
|
* deprecate QXmppReconnectionManagerJeremy Lainé2012-05-141-7/+9
|
* remove QXmppPacket from user-facing APIsJeremy Lainé2012-04-201-2/+1
|
* mark classes with QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+244