mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 05:56:21 +00:00
Simplified interface
This commit is contained in:
2
jabber.c
2
jabber.c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user