Moved handle_disco_info to server_events

This commit is contained in:
James Booth
2014-01-05 21:17:07 +00:00
parent 460a42c7c9
commit b14d5707cb
5 changed files with 9 additions and 10 deletions

View File

@@ -83,3 +83,10 @@ handle_software_version_result(const char * const jid, const char * const prese
cons_show_software_version(jid, presence, name, version, os);
ui_current_page_off();
}
void
handle_disco_info(const char *from, GSList *identities, GSList *features)
{
cons_show_disco_info(from, identities, features);
ui_current_page_off();
}