Enable PFS
Seems to be the only way to trigger all the events loop in libtgl
This commit is contained in:
parent
a8bad2e361
commit
5a0ee5b22e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue