Difference between revisions of "Stanza encryption"

Jump to navigation Jump to search
Line 50: Line 50:
This element is used to 'bundle' together the parts of the message that need to be protected.
This element is used to 'bundle' together the parts of the message that need to be protected.


  <envelope xmlns='...' encns='urn:xmpp:openpgp:0'>
  <envelope xmlns='urn:xmpp:stanza-content-encryption:0'>
   <crypt-specifix>
  <rpad='...'/>
    
  <time stamp='...'/>
   <payload>
    <body>Hi!</body>
    ...
   </payload>
  </envelope>
  </envelope>
* CryptoSpecific Elements:
  * timestamp, padding etc.


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