aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/QXmppOmemoManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PubSubEvent: Split up Items type into Items and virtual Retract typeLinus Jahn2022-12-281-22/+19
| | | | | | | | | This makes the handling much easier because you don't have to manually check whether the set 'Items' type means items have been published or retracted. There is no retract type in the XML representation, but that doesn't mean that we cannot distinguish both cases. Closes #521.
* omemo: Fix usage of Qt keywordsLinus Jahn2022-12-281-3/+3
|
* Improve and update OMEMO documentationMelvin Keskin2022-12-221-21/+5
| | | | | | * OmemoManager: Use new CarbonManagerV2 and addNewExtension() for class documentation * OmemoManager: Remove unneeded Doxygen references for method documentation * doc: index: Add OmemoManager
* OmemoManager: Implement isEncrypted() and decryptMessage()Linus Jahn2022-10-181-0/+41
|
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-0/+1282