diff -r 062535fbe1e9 -r eb42f0726a08 libpurple/connection.c --- a/libpurple/connection.c Sat Jul 13 21:17:31 2013 +0530 +++ b/libpurple/connection.c Sat Jul 13 21:46:46 2013 +0530 @@ -79,8 +79,7 @@ */ gboolean wants_to_die; - guint disconnect_timeout; /**< Timer used for nasty stack tricks - TODO Get rid of this. */ + guint disconnect_timeout; /**< Timer used for nasty stack tricks */ time_t last_received; /**< When we last received a packet. Set by the prpl to avoid sending unneeded keepalives */ };