--- src/hooks/jabberhook.cc.orig Sat Sep 30 11:24:59 2006 +++ src/hooks/jabberhook.cc Sat Sep 30 11:25:17 2006 @@ -887,6 +887,8 @@ void jabberhook::gotloggedin() { xmlnode x; + flogged = true; + x = jutil_iqnew(JPACKET__GET, NS_AGENTS); xmlnode_put_attrib(x, "id", "Agent List"); jab_send(jc, x); @@ -935,7 +937,6 @@ int i; icqcontact *c; - flogged = true; ourstatus = available; time(&timer_keepalive);