diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index ccaf955e4..cc518c0b0 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -1121,21 +1121,6 @@ while_finish: *can_video_call = can_video; } -gboolean -empathy_sasl_channel_supports_mechanism (TpChannel *channel, - const gchar *mechanism) -{ - GHashTable *props; - const gchar * const *available_mechanisms; - - props = tp_channel_borrow_immutable_properties (channel); - available_mechanisms = tp_asv_get_boxed (props, - TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AVAILABLE_MECHANISMS, - G_TYPE_STRV); - - return tp_strv_contains (available_mechanisms, mechanism); -} - static FolksIndividual * create_individual_from_persona (FolksPersona *persona) { |