about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-30 21:43:31 +0000
committerJames Booth <boothj5@gmail.com>2014-01-30 21:43:31 +0000
commit2cd24a484a4259e744bdea6613eaa373cdd457ed (patch)
treeeaa057143610b158f5bab55cd5d59411668f4040 /src/xmpp
parentaf880e2cfbbbd90c8a7b9189ff3ab9e5bccf606b (diff)
downloadprofani-tty-2cd24a484a4259e744bdea6613eaa373cdd457ed.tar.gz
Renamed handle_error_message -> handle_presence_error
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/presence.c2
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);