Simplified interface

This commit is contained in:
James Booth
2012-02-28 01:42:47 +00:00
parent 509888c419
commit 64041a4aa7
2 changed files with 10 additions and 26 deletions

View File

@@ -232,7 +232,7 @@ static int _roster_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanz
log_msg(CONN, "ERROR: query failed");
else {
query = xmpp_stanza_get_child_by_name(stanza, "query");
cons_highlight_show("Roster:");
cons_show("Roster:");
item = xmpp_stanza_get_children(query);
while (item != NULL) {