summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorStefan Becker <chemobejk@gmail.com>2013-04-09 19:30:34 +0300
committerWill Thompson <will.thompson@collabora.co.uk>2013-04-11 19:42:00 +0100
commit66b7fff2f65b65a5d298bf868bb8e21a32492a58 (patch)
tree2ac20ade50ac8e8963eb3ee6509e90cca88bf026 /src/connection.h
parent1fe98b1bede98c4935f76a514a3943546a869c02 (diff)
downloadtelepathy-haze-66b7fff2f65b65a5d298bf868bb8e21a32492a58.tar.gz
request: handle purple_account_request_password()
This is needed for libpurple plugins with optional password, e.g. SIPE since 1.14.1. That libpurple API call boils down to a purple_request_fields() call. The flagging for --enable-leaky-request-stubs was refactored so that this new code is always compiled in. https://bugs.freedesktop.org/show_bug.cgi?id=63326
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index c69a7c1..2e68935 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -111,6 +111,9 @@ const gchar *haze_get_fallback_group (void);
const gchar **haze_connection_get_implemented_interfaces (void);
const gchar **haze_connection_get_guaranteed_interfaces (void);
+void haze_connection_request_password (PurpleAccount *account,
+ gpointer user_data);
+
G_END_DECLS
#endif /* #ifndef __HAZE_CONNECTION_H__*/