Enable PFS

Seems to be the only way to trigger all the events loop in libtgl
This commit is contained in:
Eion Robb 2015-10-24 11:21:18 +13:00
parent a8bad2e361
commit 5a0ee5b22e

View file

@ -623,6 +623,7 @@ static void tgprpl_login (PurpleAccount * acct) {
}
}
tgl_enable_pfs (TLS);
tgl_set_ev_base (TLS, conn);
tgl_set_net_methods (TLS, &tgp_conn_methods);
tgl_set_timer_methods (TLS, &tgp_timers);