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

@@ -521,7 +521,7 @@ sv_ev_roster_update(const char *const barejid, const char *const name,
void
sv_ev_xmpp_stanza(const char *const msg)
{
ui_handle_stanza(msg);
xmlwin_show(msg);
}
void