From 2e74f7c0c092d4930fe690085d76a6fbd7d27e29 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 13 Jul 2012 12:05:38 +0200 Subject: 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 --- libempathy/empathy-auth-factory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-auth-factory.c') diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index fb178216d..922528577 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -27,6 +27,7 @@ #define DEBUG_FLAG EMPATHY_DEBUG_TLS #include "empathy-debug.h" #include "empathy-keyring.h" +#include "empathy-sasl-mechanisms.h" #include "empathy-server-sasl-handler.h" #include "empathy-server-tls-handler.h" #include "empathy-utils.h" -- cgit v1.2.3