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

@@ -403,7 +403,7 @@ _iq_handle_discoinfo_result(xmpp_conn_t * const conn, xmpp_stanza_t * const stan
child = xmpp_stanza_get_next(child);
}
prof_handle_disco_info(from, identities, features);
handle_disco_info(from, identities, features);
g_slist_free_full(features, free);
g_slist_free_full(identities, (GDestroyNotify)_identity_destroy);
}