From: Thadeu Lima de Souza Cascardo Date: Mon, 3 Nov 2008 10:24:49 +0000 (-0200) Subject: Query the server for its info X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=commitdiff_plain;h=5288c13efe67885e6fb9384484b98293eeac535a;ds=sidebyside Query the server for its info --- diff --git a/tictactoe.c b/tictactoe.c index b774512..ed74e49 100644 --- a/tictactoe.c +++ b/tictactoe.c @@ -35,7 +35,7 @@ static void write_stream (hc_xmpp_t *); static void send_message_test (hc_xmpp_t *xmpp) { - hc_xmpp_send_disco_info (xmpp, ""); + hc_xmpp_send_disco_info (xmpp, hc_xmpp_server (xmpp)); } static int