aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppTrustManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-29/+30
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* Remove empty handleStanza() implementationsLinus Jahn2022-09-061-7/+0
|
* Move SecurityPolicy, TrustLevel intro extra headersLinus Jahn2022-06-181-9/+11
| | | | | This avoids the need to include the whole TrustStorage in files like SendStanzaParams.h.
* TrustManager: Fix warningMelvin Keskin2022-05-091-1/+1
|
* Add QXmppTrustManager as base of trust managers such as QXmppAtmManagerMelvin Keskin2022-05-061-0/+282