diff options
author | fiaxh <git@lightrise.org> | 2021-04-08 12:07:04 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2021-04-09 22:23:13 +0200 |
commit | 8d1c6c29be7018c74ec3f8ea05f5849eac5b4069 (patch) | |
tree | dde27c13cd0ae8af31b9194b3450c58d4fe9cf02 /libdino/src/entity/encryption.vala | |
parent | 3454201e5a3da058ccbef0bbaf467599912a8c38 (diff) | |
download | dino-8d1c6c29be7018c74ec3f8ea05f5849eac5b4069.tar.gz dino-8d1c6c29be7018c74ec3f8ea05f5849eac5b4069.zip |
Display+store call encryption info
Diffstat (limited to 'libdino/src/entity/encryption.vala')
-rw-r--r-- | libdino/src/entity/encryption.vala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libdino/src/entity/encryption.vala b/libdino/src/entity/encryption.vala index b50556f9..25d55eb1 100644 --- a/libdino/src/entity/encryption.vala +++ b/libdino/src/entity/encryption.vala @@ -3,7 +3,9 @@ namespace Dino.Entities { public enum Encryption { NONE, PGP, - OMEMO + OMEMO, + DTLS_SRTP, + SRTP, } }
\ No newline at end of file |