Show roster after roster received

This commit is contained in:
James Booth
2014-11-20 00:32:33 +00:00
parent 20fa96325d
commit 9d9ffb08cf
3 changed files with 7 additions and 0 deletions

View File

@@ -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);
}