libpurple/protocols/jabber/roster.c

branch
cpw.malu.xmpp.idle
changeset 24676
27ea4d447838
parent 24672
3e12ba88e3b9
child 24679
1b6b57d5b4e1
equal deleted inserted replaced
24672:3e12ba88e3b9 24676:27ea4d447838
259 /* if we're just now parsing the roster for the first time, 259 /* if we're just now parsing the roster for the first time,
260 * then now would be the time to send our initial presence */ 260 * then now would be the time to send our initial presence */
261 if(!js->roster_parsed) { 261 if(!js->roster_parsed) {
262 js->roster_parsed = TRUE; 262 js->roster_parsed = TRUE;
263 263
264 jabber_presence_send(js->gc->account, NULL); 264 jabber_presence_send(js->gc->account, NULL, FALSE);
265 } 265 }
266 } 266 }
267 267
268 static void jabber_roster_update(JabberStream *js, const char *name, 268 static void jabber_roster_update(JabberStream *js, const char *name,
269 GSList *grps) 269 GSList *grps)

mercurial