aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppInternalClientExtension.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-2/+1
|
* Introduce QXmppInternalClientExtensionsLinus Jahn2020-01-291-0/+39
The new internal client extensions can be used to access private parts of the QXmppClient since QXmppInternalClientExtensions are a friend of the QXmppClient. The internal client extensions are not part of the public API, so you can't access them in an application using QXmpp. However, this was also the case before. If there is the need to access the internal extensions in the future, we'll still have all options open to change everything, because the classes are not part of the public API.