--- a/libpurple/protocols/bonjour/jabber.h Sun Jun 30 03:04:55 2019 -0400 +++ b/libpurple/protocols/bonjour/jabber.h Tue Jul 02 02:12:08 2019 -0400 @@ -43,7 +43,10 @@ typedef struct { - gint socket; + GCancellable *cancellable; + GSocketConnection *socket; + GInputStream *input; + GOutputStream *output; guint rx_handler; guint tx_handler; guint close_timeout;