aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppTlsManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-4/+3
|
* Make QXmppTlsManager an internal client extensionLinus Jahn2020-01-291-5/+10
| | | | | | | | | | | This removes the QXmppTlsManager from the public API and makes it an internal client extension. It was not of any use for the end user and was configured via the QXmppClient (as before). This way we can obsolete some public methods of the QXmppClient, that also have been added with the new TLS manager. This can be done without any concerns because the manager was not part of the public API in any release, yet.
* Update copyright notice in missing filesLinus Jahn2020-01-281-1/+1
|
* Move TLS negotiation into new QXmppTlsManagerLinus Jahn2020-01-201-0/+74