From 5288c13efe67885e6fb9384484b98293eeac535a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 3 Nov 2008 08:24:49 -0200 Subject: [PATCH] Query the server for its info --- tictactoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1