mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 06:26:21 +00:00
Fixed types of presence variables to resource_presence_type (avoid useless and implicit casts)
This commit is contained in:
@@ -297,7 +297,7 @@ _roster_handle_result(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
item = xmpp_stanza_get_next(item);
|
||||
}
|
||||
|
||||
contact_presence_t conn_presence =
|
||||
resource_presence_t conn_presence =
|
||||
accounts_get_login_presence(jabber_get_account_name());
|
||||
presence_update(conn_presence, NULL, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user