grim/purple-spasm

84e6281b1e00
Parents ace204c17ef1
Children 02bd31495762
We need to actually tell libpurple that we're connected
  • +2 -0
    spasm-chat.c
  • --- a/spasm-chat.c Thu May 18 23:03:13 2017 -0500
    +++ b/spasm-chat.c Thu May 18 23:12:38 2017 -0500
    @@ -205,6 +205,8 @@
    purple_spasm_account_get_name(chat->sa)
    );
    + purple_connection_set_state(purple_connection, PURPLE_CONNECTED);
    +
    chat->input_stream = g_data_input_stream_new(
    g_io_stream_get_input_stream(G_IO_STREAM(chat->socket_connection))
    );