aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.c
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-21 17:58:31 +0800
committerStef Walter <stefw@collabora.co.uk>2011-03-22 22:30:22 +0800
commit6c943efd9aabd9d0d8674c3c58d2e58efdb412f6 (patch)
treed9a80aa2b7a4ac5785136585824d518e77c86edc /libempathy/empathy-account-settings.c
parent6cd0e1c0916e69eb15192c6bdbf1b5d7ee599f5a (diff)
downloadgsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar.gz
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar.bz2
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar.lz
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar.xz
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.tar.zst
gsoc2013-empathy-6c943efd9aabd9d0d8674c3c58d2e58efdb412f6.zip
Only add the 'extra-certificate-identities' parameter if gabble supports it.
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r--libempathy/empathy-account-settings.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index 0db28d7a3..4005d2790 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -798,6 +798,13 @@ empathy_account_settings_get_tp_param (EmpathyAccountSettings *settings,
return NULL;
}
+gboolean
+empathy_account_settings_have_tp_param (EmpathyAccountSettings *settings,
+ const gchar *param)
+{
+ return (empathy_account_settings_get_tp_param (settings, param) != NULL);
+}
+
static void
account_settings_remove_from_unset (EmpathyAccountSettings *settings,
const gchar *param)