| 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) |