Presence notifications sent to chat windows

This commit is contained in:
James Booth
2012-02-28 01:10:46 +00:00
parent c447e05081
commit 509888c419
3 changed files with 71 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ char *win_get_recipient(void);
void win_show_incomming_msg(char *from, char *message);
void win_show_outgoing_msg(char *from, char *to, char *message);
void win_handle_switch(int *ch);
void win_show_contact_online(char *from, char *show, char *status);
void win_show_contact_offline(char *from, char *show, char *status);
// console window actions
void cons_help(void);