about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-20 00:32:33 +0000
committerJames Booth <boothj5@gmail.com>2014-11-20 00:32:33 +0000
commit9d9ffb08cfb0c29aadc9b327b415bf551dde1dec (patch)
tree0f3d110d362dfd39ceebf7e64b27331944d8aff2 /src/xmpp/roster.c
parent20fa96325d9b0618646d5fb94f98d2ffde66a0d8 (diff)
downloadprofani-tty-9d9ffb08cfb0c29aadc9b327b415bf551dde1dec.tar.gz
Show roster after roster received
Diffstat (limited to 'src/xmpp/roster.c')
-rw-r--r--src/xmpp/roster.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c
index d269e995..f5439c46 100644
--- a/src/xmpp/roster.c
+++ b/src/xmpp/roster.c
@@ -325,6 +325,8 @@ _roster_result_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
             item = xmpp_stanza_get_next(item);
         }
 
+        handle_roster_received();
+
         resource_presence_t conn_presence = accounts_get_login_presence(jabber_get_account_name());
         presence_update(conn_presence, NULL, 0);
     }