aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/QXmppOmemoManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OmemoManager: Emit 'deviceChanged()' for all changed devicesMelvin Keskin2023-04-071-3/+9
|
* OmemoManager: Fix emitting 'deviceChanged()'Melvin Keskin2023-04-071-3/+4
|
* OmemoManager: Emit trustLevelsChanged() only when OMEMO keys have changedMelvin Keskin2023-04-071-1/+3
|
* OmemoManager: Fix and extend method documentationMelvin Keskin2023-03-291-17/+20
|
* Fix OMEMO device list processing as specifiedMelvin Keskin2023-03-131-15/+19
|
* OmemoManagerPrivate: Fix documentation and warningMelvin Keskin2023-03-131-1/+1
|
* OmemoManager: Fix buildMissingSessions never finishes (#552)Blue2023-03-101-0/+3
|
* omemo: Fix build on MSVC 2019 (#550)Jonah BrĂ¼chert2023-03-091-0/+3
|
* omemo: Fix usage of unexported symbols from Constants_p.hLinus Jahn2023-03-091-1/+0
| | | | | | This adds the constants to files from the omemo module. It fixes the build of the omemo module on windows with MSVC (and potentially release builds on linux too).
* Organize OMEMO includesMelvin Keskin2023-03-091-3/+0
|
* Update OMEMO to new libomemo-c 0.5 APIsMelvin Keskin2023-03-091-1/+1
|
* E2eeExtension: Return encrypted stanzas as Message/Iq instead of XMLLinus Jahn2023-01-311-13/+9
| | | | Part of #513.
* Use QXmppError in all IQ results instead of StanzaErrorLinus Jahn2023-01-221-4/+2
| | | | | | | | This allows us to report different error types with more information and makes it possible to distinguish stanza errors and errors generated locally. Part of #501.
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-83/+81
| | | | | | Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
* 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