Added xmlwin module

This commit is contained in:
James Booth
2015-11-01 19:39:36 +00:00
parent 7e386fbf00
commit db4bcd3e6d
6 changed files with 62 additions and 23 deletions

View File

@@ -165,7 +165,7 @@ char *ui_get_line(void)
return NULL;
}
void ui_handle_stanza(const char * const msg) {}
void xmlwin_show(const char * const msg) {}
// ui events
void ui_contact_online(char *barejid, Resource *resource, GDateTime *last_activity)