# HG changeset patch # User Paul Aurich # Date 1234248162 0 # Node ID 6a369035fd20a4048b219d46f13def0374f24937 # Parent d3f9fe8330c7e76ae7956616791f666c3b42dc5f Initial presence is sent once the roster is retrieved (in the iq cb). This call just prints a "Trying to send initial presence before roster" (or something like that) debug message (which I've wondered about for a bit). diff -r d3f9fe8330c7 -r 6a369035fd20 libpurple/protocols/jabber/disco.c --- a/libpurple/protocols/jabber/disco.c Tue Feb 10 06:10:12 2009 +0000 +++ b/libpurple/protocols/jabber/disco.c Tue Feb 10 06:42:42 2009 +0000 @@ -300,9 +300,6 @@ jabber_roster_request(js); } - /* Send initial presence; this will trigger receipt of presence for contacts on the roster */ - jabber_presence_send(js, TRUE); - if (js->server_caps & JABBER_CAP_ADHOC) { /* The server supports ad-hoc commands, so let's request the list */ jabber_adhoc_server_get_list(js);