mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 10:06:22 +00:00
Added preferences for /autoaway
This commit is contained in:
@@ -83,6 +83,15 @@ gint prefs_get_reconnect(void);
|
||||
void prefs_set_autoping(gint value);
|
||||
gint prefs_get_autoping(void);
|
||||
|
||||
gchar* prefs_get_autoaway_mode(void);
|
||||
void prefs_set_autoaway_mode(gchar *value);
|
||||
gint prefs_get_autoaway_time(void);
|
||||
void prefs_set_autoaway_time(gint value);
|
||||
gchar* prefs_get_autoaway_message(void);
|
||||
void prefs_set_autoaway_message(gchar *value);
|
||||
gboolean prefs_get_autoaway_check(void);
|
||||
void prefs_set_autoaway_check(gboolean value);
|
||||
|
||||
void prefs_add_login(const char *jid);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user