about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-08-06 01:56:52 +0100
committerJames Booth <boothj5@gmail.com>2015-08-06 01:56:52 +0100
commit406b821b35797081936be3a5c51a35ac23a1ca92 (patch)
tree2f36178cf7a870ff96e64abb056778d429bb646e /src/xmpp
parentb75bc660b4109ce06ff38afc1e9574904523e9a3 (diff)
downloadprofani-tty-406b821b35797081936be3a5c51a35ac23a1ca92.tar.gz
Show software version result in current window
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index a07fbf73..ff684b60 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -905,7 +905,7 @@ _version_result_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
         presence = string_from_resource_presence(resource->presence);
     }
 
-    cons_show_software_version(jidp->fulljid, presence, name_str, version_str, os_str);
+    ui_show_software_version(jidp->fulljid, presence, name_str, version_str, os_str);
 
     jid_destroy(jidp);
     free(userdata);