slixmpp-omemo-release: Add note about Full Stanza Encryption

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-03-02 22:53:28 +00:00
parent 43ee71b58b
commit 5ed0d1b165
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -91,4 +91,13 @@ now that we have the foundations next step is to implement OMEMO in [Poezio].
Any help is welcome!
EDIT 2019-03-02: _A small but important precision on Full Stanza Encryption.
I did write "what is usually called", because it does not actually consist in
encrypting the full stanza. The server still needs to see routing information,
as well [messages hints][XEP-0334] (e.g., `<no-copy/>` or `<no-store/>`)
designed for the server rather than the final recipient. A better name might
be "Arbitrary Extension Element Encryption" (thanks Flow.)_
[Poezio]: https://poez.io
[XEP-0334]: https://xmpp.org/extensions/xep-0334.html