--- 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 */