mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 02:06:21 +00:00
Add OMEMO message encryption and decryption
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
typedef enum {
|
||||
PROF_MSG_PLAIN,
|
||||
PROF_MSG_OTR,
|
||||
PROF_MSG_PGP
|
||||
PROF_MSG_PGP,
|
||||
PROF_MSG_OMEMO
|
||||
} prof_enc_t;
|
||||
|
||||
// core UI
|
||||
|
||||
Reference in New Issue
Block a user