Difference between revisions of "Stanza encryption"

Jump to navigation Jump to search
149 bytes removed ,  21:49, 31 March 2019
→‎Proposal: add link to proposal wip
(→‎Proposal: add link to proposal wip)
Line 45: Line 45:
== Proposal ==
== Proposal ==


=== Elements ===
The proposal is actively worked on [https://github.com/vanitasvitae/flowdalic-xeps/tree/sce here]. See /xep-sce/ for the document (rendered html follows).
 
* Envelope Element:
This element is used to 'bundle' together the parts of the message that need to be protected.
 
<envelope xmlns='urn:xmpp:stanza-content-encryption:0'>
  <rpad>...</rpad>
  <time stamp='...'/>
  <payload>
    <body>Hi!</body>
    ...
  </payload>
</envelope>


== Whitelisting / Blacklisting ==
== Whitelisting / Blacklisting ==
121

edits

Navigation menu