aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* QXmppClient: Add encryption hooksLinus Jahn2021-09-281-0/+3
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* QXmppDiscoveryManager: Move static features into QXmppClientPrivateLinus Jahn2020-04-061-0/+2
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-2/+2
|
* QXmppClient: Split up QXmppClientPrivate into private headerLinus Jahn2020-01-291-0/+75
This is required to access the QXmppClientPrivate from other classes. This way we can split up parts of the client into internal client extensions like the authentication manager, without the need of public methods in the client as with the current approach of the TLS manager.