diff libpurple/protocols/jabber/disco.c @ 25794:3d4ce9df0d48

Change jabber_presence_send to not take an extra argument to force idle updating Changed a g_sprintf to g_snprintf Thanks to darkrain42 for feedback and suggestions
author Marcus Lundblad <ml@update.uu.se>
date Mon, 17 Nov 2008 18:22:26 +0000
parents e9b7e41dc816
children
line wrap: on
line diff
--- 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 */