mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 17:06:21 +00:00
Show all resources ordered by priority with /info command
This commit is contained in:
@@ -144,7 +144,7 @@ _iq_handle_roster_result(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
pending_out = TRUE;
|
||||
}
|
||||
|
||||
gboolean added = contact_list_add(barejid, name, sub, pending_out);
|
||||
gboolean added = contact_list_add(barejid, name, sub, NULL, pending_out);
|
||||
|
||||
if (!added) {
|
||||
log_warning("Attempt to add contact twice: %s", barejid);
|
||||
|
||||
Reference in New Issue
Block a user