about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-26 00:15:34 +0000
committerJames Booth <boothj5@gmail.com>2014-01-26 00:15:34 +0000
commit5472c6965afc6b1a8df2c620b0548655c8440ab1 (patch)
tree0fd43371295631965c5642d5a0db8416855b2840 /src/command/commands.c
parentfbdecdad0cf27187c46c8c930a3cfd02be47f7ff (diff)
downloadprofani-tty-5472c6965afc6b1a8df2c620b0548655c8440ab1.tar.gz
Moved xmpp ping to iq module
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index b282f525..b01dbfa6 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2257,7 +2257,7 @@ cmd_autoping(gchar **args, struct cmd_help_t help)
 
     if (_strtoi(value, &intval, 0, INT_MAX) == 0) {
         prefs_set_autoping(intval);
-        jabber_set_autoping(intval);
+        iq_set_autoping(intval);
         if (intval == 0) {
             cons_show("Autoping disabled.", intval);
         } else {