aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/QXmppOmemoManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OmemoManager: Replace multi-result futures with single result futuresLinus Jahn2022-12-311-23/+35
| | | | | | | | | QXmppTask won't support multi-result and in the case of the OmemoManager it's not really needed. If you want to know when each single request is finished you can just subscribe/unsubscribe from each jid in a single request. Part of #502.
* Replace QXmpp::SendError with QXmppError everywhereLinus Jahn2022-12-301-10/+10
| | | | Part of #501.
* 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