Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prefer X-FACEBOOK-PLATFORM over password authentication
  • Loading branch information
John Brooks committed Feb 19, 2013
1 parent 1c4e65f commit 7cc6ecf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions telepathy-sasl-signon/empathy-sasl-mechanisms.c
Expand Up @@ -37,11 +37,10 @@ typedef struct
} SupportedMech;

static SupportedMech supported_mechanisms[] = {
{ EMPATHY_SASL_MECHANISM_FACEBOOK, MECH_FACEBOOK },
/* XXX: Prefer password authentication over OAUTH for now,
* pending infrastructure support for oauth accounts. */
{ EMPATHY_SASL_MECHANISM_PASSWORD, MECH_PASSWORD },

{ EMPATHY_SASL_MECHANISM_FACEBOOK, MECH_FACEBOOK },
{ EMPATHY_SASL_MECHANISM_WLM, MECH_WLM },
{ EMPATHY_SASL_MECHANISM_GOOGLE, MECH_GOOGLE },

Expand Down

0 comments on commit 7cc6ecf

Please sign in to comment.