build: add qomemo dir with TODO

This commit is contained in:
vae 2021-05-11 00:12:33 +03:00
parent 9fbbe0c120
commit 04e745fad4
Signed by: vae
GPG key ID: A9A33351400E00E5
3 changed files with 36 additions and 0 deletions

12
qomemo/TODO Normal file
View file

@ -0,0 +1,12 @@
* Generate device w/ keys
* PubSub set urn:xmpp:omemo:1:devices to announce new device
* PubSub set urn:xmpp:omemo:1:bundles to announce new key bundles
* PubSub get urn:xmpp:omemo:1:bundles to get user bundles
Sending a message:
* Create urn:xmpp:sce:0 with padding and content
* Add <encrypted xmlns='urn:xmpp:omemo:1'> with header (key list) and payload (b64)
Receiving a message:
* Check <keys> => <key>
* Decrypt (TODO)