libpurple/protocols/jabber/disco.c

branch
cpw.malu.xmpp.idle
changeset 24679
1b6b57d5b4e1
parent 24676
27ea4d447838
--- a/libpurple/protocols/jabber/disco.c	Sun Nov 16 22:48:22 2008 +0000
+++ b/libpurple/protocols/jabber/disco.c	Mon Nov 17 18:22:26 2008 +0000
@@ -348,7 +348,7 @@
 	}
 
 	/* Send initial presence; this will trigger receipt of presence for contacts on the roster */
-	jabber_presence_send(js->gc->account, NULL, FALSE);
+	jabber_presence_send(js->gc->account, NULL);
 
 	if (js->server_caps & JABBER_CAP_ADHOC) {
 		/* The server supports ad-hoc commands, so let's request the list */

mercurial