Moved handle_software_version_result to server_events

This commit is contained in:
James Booth
2014-01-05 21:11:09 +00:00
parent 42fd1fb13e
commit 460a42c7c9
5 changed files with 11 additions and 12 deletions

View File

@@ -76,3 +76,10 @@ handle_failed_login(void)
ui_current_page_off();
}
void
handle_software_version_result(const char * const jid, const char * const presence,
const char * const name, const char * const version, const char * const os)
{
cons_show_software_version(jid, presence, name, version, os);
ui_current_page_off();
}