about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-01 19:50:13 +0000
committerJames Booth <boothj5@gmail.com>2016-01-01 19:50:13 +0000
commitf27cae68c507c6def2591ec43c130f92f485fbec (patch)
treeac028a3e6ab8a3090c32503706485b479a574665 /src/xmpp/connection.c
parent94b0d2c6da7e36c29ee091ae6212d70e9a9294e4 (diff)
downloadprofani-tty-f27cae68c507c6def2591ec43c130f92f485fbec.tar.gz
Added autoping timeout preference
Diffstat (limited to 'src/xmpp/connection.c')
-rw-r--r--src/xmpp/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 5390197f..d72d10ca 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -202,7 +202,7 @@ jabber_connect_with_details(const char *const jid, const char *const passwd, con
 }
 
 void
-jabber_ping_fail(void)
+jabber_autoping_fail(void)
 {
     if (jabber_conn.conn_status == JABBER_CONNECTED) {
         log_info("Closing connection");