Implemented "/sub sent" to show outstanding sent subscription requests

This commit is contained in:
James Booth
2012-11-28 01:36:04 +00:00
parent b7a7be37e9
commit 0756a9cec6
4 changed files with 35 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ gboolean contact_list_update_contact(const char * const jid, const char * const
const char * const status);
void contact_list_update_subscription(const char * const jid,
const char * const subscription, gboolean pending_out);
gboolean contact_list_has_pending_subscriptions(void);
GSList * get_contact_list(void);
char * contact_list_find_contact(char *search_str);
PContact contact_list_get_contact(const char const *jid);