about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2012-11-13 12:51:28 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2012-11-13 12:51:28 +0200
commita114fe88b80010dd3c4f29319bd67e7daa533cb1 (patch)
treea5b69aa358b4e43b6ae90ed44277a9ff5a0efdd0 /src/preferences.h
parentb14aab4adedfe0c2d252af692ffddffe03d54e65 (diff)
downloadprofani-tty-a114fe88b80010dd3c4f29319bd67e7daa533cb1.tar.gz
introduce priority support
add new command /priority <int>
improve jabber_update_presence()
use jabber_update_presence() for sending initial presence
save priority and status string to jabber_conn structure
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index dc09810a..d045f517 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -72,6 +72,8 @@ void prefs_set_notify_remind(gint period);
 gint prefs_get_notify_remind(void);
 void prefs_set_max_log_size(gint value);
 gint prefs_get_max_log_size(void);
+void prefs_set_priority(gint value);
+gint prefs_get_priority(void);
 
 void prefs_add_login(const char *jid);