diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-13 18:05:38 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-18 20:26:27 +0800 |
commit | 2e74f7c0c092d4930fe690085d76a6fbd7d27e29 (patch) | |
tree | 88bbbfc6095913028bcf1de698a41f803523214e /libempathy/empathy-utils.h | |
parent | 4c7c9410f125620408089ee95a20bd750b055e48 (diff) | |
download | gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.gz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.bz2 gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.lz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.xz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.zst gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.zip |
Move SASL mechanism implementations into its own file
We could have other account providers than GOA requiring
this SASL code.
https://bugzilla.gnome.org/show_bug.cgi?id=680160
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 088c39236..c3a5886a3 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -115,9 +115,6 @@ void empathy_individual_can_audio_video_call (FolksIndividual *individual, gboolean *can_video_call, EmpathyContact **out_contact); -gboolean empathy_sasl_channel_supports_mechanism (TpChannel *channel, - const gchar *mechanism); - FolksIndividual * empathy_create_individual_from_tp_contact ( TpContact *contact); |