From 64277a0a2f4cb8902c77f4d9867d18d980e51bc8 Mon Sep 17 00:00:00 2001 From: GDR! Date: Sat, 24 Mar 2018 10:39:47 +0100 Subject: Put a shameful todo --- client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.c b/client.c index 0e8fc18..20243e5 100644 --- a/client.c +++ b/client.c @@ -576,6 +576,9 @@ int do_client_loop(uint8_t *tox_id_str) fds = client_master_fdset; + /* Check friend connection status changes */ + /* TODO: learned about tox_friend_connection_status_cb after writing this... */ + /* TODO: also check friend status tox_callback_friend_status */ if(time(NULL) - last_friend_connection_status_received > 15) { TOX_CONNECTION friend_connection_status; -- cgit v1.2.3