TpAccount doesn't check if its connection is invalidated
@gdesmott
Submitted by Guillaume Desmottes Assigned to Telepathy bugs list
Description
_tp_account_set_connection() doesn't connect the invalidated signal on the connection so user can ends with an unusable TpConnection. Shouldn't it set it to NULL as soon as it's invalidated? That would make users' life easier by saving them calls to tp_proxy_get_invalidated().