* Tried to complete the dead buddy thing in xmpp, but the code I already wrote now...
[citadel.git] / citadel / modules / xmpp / serv_xmpp.h
index 901ad883e3b65a7d5e7168cb8813333c884c6fcd..d8e29e9e1400839c7ff9f88b0f3abda97b929582 100644 (file)
@@ -82,3 +82,4 @@ void xmpp_roster_item(struct CitContext *);
 void xmpp_send_message(char *, char *);
 void xmpp_non_sasl_authenticate(char *, char *, char *, char *);
 void xmpp_massacre_roster(void);
+void xmpp_delete_old_buddies_who_no_longer_exist_from_the_client_roster(void);