Mercurial > pidgin.yaz
changeset 25828:6a369035fd20
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).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 10 Feb 2009 06:42:42 +0000 |
parents | d3f9fe8330c7 |
children | 394252b681bc |
files | libpurple/protocols/jabber/disco.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);