Renamed handle_error_message -> handle_presence_error
This commit is contained in:
@@ -370,7 +370,7 @@ _presence_error_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
|
||||
g_string_free(log_msg, TRUE);
|
||||
|
||||
handle_error_message(from, err_msg);
|
||||
handle_presence_error(from, err_msg);
|
||||
|
||||
free(err_msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user