Try to start sessions with every jid in roster

This commit is contained in:
Paul Fariello
2019-04-10 18:31:15 +03:20
parent f9b2fdc7db
commit df648ba959
3 changed files with 22 additions and 0 deletions

View File

@@ -174,6 +174,10 @@ sv_ev_roster_received(void)
const char *fulljid = connection_get_fulljid();
plugins_on_connect(account_name, fulljid);
#ifdef HAVE_OMEMO
omemo_start_sessions();
#endif
}
void