about summary refs log tree commit diff stats
path: root/src/xmpp/omemo.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-5/+5
|
* Revert "Apply coding style"Michael Vetter2020-07-071-5/+5
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-5/+5
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add vim modelineMichael Vetter2019-11-131-0/+35
|
* Add trusted state after OMEMO decryptionPaul Fariello2019-06-201-1/+1
| | | | Use it to print message on red background if not trusted.
* Handle bundle publication error on publish-optionsPaul Fariello2019-04-101-1/+1
| | | | | We try to reconfigure node and publish again. If it fails again then we give up.
* Follow normal workflow for OMEMO message receptionPaul Fariello2019-04-101-0/+1
| | | | | | We try to decrypt all messages, if it's successful we use sv_ev_incoming_message even for OMEMO messages. We pass an OMEMO boolean to let UI be aware that message were encrypted.
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-0/+4
|
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-0/+1
|
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-1/+3
| | | | Devicelist subscription can be done directly with caps_add feature.
* Add devicelist and bundle publicationPaul Fariello2019-04-101-0/+2
|
* Add devicelist subscriptionPaul Fariello2019-04-101-0/+1