Browse Source

Integrate JNI-71 and ENGINE-416

android-1.0.101
Hussein Kasem 7 years ago
parent
commit
fc4e635f1a
  1. 3
      src/pEp.yml2

3
src/pEp.yml2

@ -163,11 +163,12 @@ namespace pEp {
method encrypt_message_for_self(
in identity target,
in message src,
in stringlist extra,
creates message dst,
Cconst PEP_enc_format encformat "PEP_enc_PEP",
Cconst PEP_encrypt_flags flags "0"
);
method decrypt_message(
in message src,
creates message dst,

Loading…
Cancel
Save