Add support for disconnect in OMEMO

This commit is contained in:
Paul Fariello
2019-03-22 00:03:16 +01:00
parent bc541cb8ac
commit 91ee289c77
7 changed files with 140 additions and 40 deletions

View File

@@ -98,6 +98,9 @@ cl_ev_disconnect(void)
#ifdef HAVE_LIBGPGME
p_gpg_on_disconnect();
#endif
#ifdef HAVE_OMEMO
omemo_on_disconnect();
#endif
}
void