about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-12-01 17:46:25 +0000
committerJames Booth <boothj5@gmail.com>2012-12-01 17:46:25 +0000
commitfae848ea64dfb5f10f5f76e6c8f71d0fa202fcba (patch)
tree6e565510bc03cf797bd134b5be182471be71c4ec /src/jabber.h
parentf7d0bcba4c4d4132104ed84273e8a3bf7c8ce2a5 (diff)
downloadprofani-tty-fae848ea64dfb5f10f5f76e6c8f71d0fa202fcba.tar.gz
Implemented /autoaway mode idle
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jabber.h b/src/jabber.h
index 0ccd12f7..aad6a61d 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -62,7 +62,8 @@ void jabber_send_inactive(const char * const recipient);
 void jabber_send_composing(const char * const recipient);
 void jabber_send_paused(const char * const recipient);
 void jabber_send_gone(const char * const recipient);
-void jabber_update_presence(jabber_presence_t status, const char * const msg);
+void jabber_update_presence(jabber_presence_t status, const char * const msg,
+    int idle);
 const char * jabber_get_jid(void);
 jabber_conn_status_t jabber_get_connection_status(void);
 int jabber_get_priority(void);