* Tried to complete the dead buddy thing in xmpp, but the code I already wrote now...
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index 1268fe302c91e3ee6190657eda6cbd597342002b..682fdb2c44a854971cfcdff633124570a859be71 100644 (file)
@@ -510,6 +510,7 @@ void xmpp_async_loop(void) {
  */
 void xmpp_login_hook(void) {
        xmpp_queue_event(XMPP_EVT_LOGIN, CC->cs_inet_email);
+       xmpp_delete_old_buddies_who_no_longer_exist_from_the_client_roster();
 }