aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient_p.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.