Added presence notifications

Turned off roster request on connect
This commit is contained in:
James Booth
2012-02-27 22:53:31 +00:00
parent b512f3b8ff
commit 02ba1dafb6
3 changed files with 87 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ void cons_show(char *cmd);
void cons_good_show(char *cmd);
void cons_bad_show(char *cmd);
void cons_highlight_show(char *cmd);
void cons_show_contact_online(char *from, char *show, char *status);
void cons_show_contact_offline(char *from, char *show, char *status);
// status bar actions
void status_bar_refresh(void);