Add OMEMO identity materials long term storage

This commit is contained in:
Paul Fariello
2019-03-01 19:21:20 +01:40
parent 810ea32223
commit 421d1b1560
5 changed files with 109 additions and 4 deletions

View File

@@ -59,6 +59,10 @@
#include "pgp/gpg.h"
#endif
#ifdef HAVE_OMEMO
#include "omemo/omemo.h"
#endif
#include "ui/ui.h"
void
@@ -76,6 +80,10 @@ sv_ev_login_account_success(char *account_name, gboolean secured)
p_gpg_on_connect(account->jid);
#endif
#ifdef HAVE_OMEMO
omemo_on_connect(account);
#endif
ui_handle_login_account_success(account, secured);
// attempt to rejoin rooms with passwords