mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:56:21 +00:00
Add OMEMO identity materials long term storage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user