Move OMEMO initialization to profanity intialization

Also store identity keys into account
This commit is contained in:
Paul Fariello
2019-02-19 20:03:50 +01:40
parent 519cf295f3
commit 2602cbf785
9 changed files with 47 additions and 19 deletions

View File

@@ -2,4 +2,5 @@
typedef struct omemo_context_t omemo_context;
void omemo_init(ProfAccount *account);
void omemo_init(void);
void omemo_generate_crypto_materials(ProfAccount *account);