From cf79884338c1a83eb3c7a18da9674f3563ed1829 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 10 Dec 2010 12:23:08 +0000 Subject: account-settings: add _supports_sasl function Signed-off-by: Jonny Lamb --- libempathy/empathy-account-settings.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libempathy/empathy-account-settings.c') diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 75538e26e..c1452ac68 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -1672,3 +1672,11 @@ empathy_account_settings_get_tp_protocol (EmpathyAccountSettings *self) return tp_connection_manager_get_protocol (priv->manager, priv->protocol); } + +gboolean +empathy_account_settings_supports_sasl (EmpathyAccountSettings *self) +{ + EmpathyAccountSettingsPriv *priv = GET_PRIV (self); + + return priv->supports_sasl; +} -- cgit v1.2.3