diff options
author | James Booth <boothj5@gmail.com> | 2014-01-30 21:43:31 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-30 21:43:31 +0000 |
commit | 2cd24a484a4259e744bdea6613eaa373cdd457ed (patch) | |
tree | eaa057143610b158f5bab55cd5d59411668f4040 /src/xmpp | |
parent | af880e2cfbbbd90c8a7b9189ff3ab9e5bccf606b (diff) | |
download | profani-tty-2cd24a484a4259e744bdea6613eaa373cdd457ed.tar.gz |
Renamed handle_error_message -> handle_presence_error
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/presence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index f30c8373..682a91c3 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -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); |