aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppE2eeExtension.h
Commit message (Expand)AuthorAgeFilesLines
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-311-2/+3
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-5/+5
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-3/+3
* E2eeExtension: Add isEncrypted() and decryptMessage() functionsLinus Jahn2022-10-181-1/+5
* Client: Add SendStanzaParams parameter to send functionsLinus Jahn2022-05-221-2/+5
* E2eeExtension: Rename EncryptMessageResult to MessageEncryptResultLinus Jahn2022-05-201-2/+2
* Make E2eeExtension a QXmppExtensionLinus Jahn2022-05-201-1/+2
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-2/+4
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* QXmppClient: Add encryption hooksLinus Jahn2021-09-281-0/+50