* Changed the logic of how we inform the client about dead buddies. Instead of pushi...
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index c553f24194a26ba22aba1cf5b1fcf82304fb42c1..8c7297350b2cb976ac8f66e10c553ed23595a68f 100644 (file)
@@ -508,11 +508,6 @@ void xmpp_async_loop(void) {
  */
 void xmpp_login_hook(void) {
        xmpp_queue_event(XMPP_EVT_LOGIN, CC->cs_inet_email);
-
-       /* only do the protocol stuff if this is an XMPP session */
-       if (CC->h_command_function == xmpp_command_loop) {
-               xmpp_delete_old_buddies_who_no_longer_exist_from_the_client_roster();
-       }
 }