about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-27 22:53:31 +0000
committerJames Booth <boothj5@gmail.com>2012-02-27 22:53:31 +0000
commit02ba1dafb6fcce971259acd0470fc10754d105ef (patch)
treefeba621fee6a3432431a00c9899f0f4132a2d6ac /windows.h
parentb512f3b8ffddd81270e98b071d71276d2690e110 (diff)
downloadprofani-tty-02ba1dafb6fcce971259acd0470fc10754d105ef.tar.gz
Added presence notifications
Turned off roster request on connect
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 1a59d79e..010f8003 100644
--- a/windows.h
+++ b/windows.h
@@ -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);