aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-sasl-mechanisms.c
Commit message (Collapse)AuthorAgeFilesLines
* use tp_channel_dup_immutable_properties()Guillaume Desmottes2012-09-111-6/+13
| | | | tp_channel_borrow_immutable_properties() has been deprecated.
* Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.cXavier Claessens2012-08-271-0/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth handler: Inform SSO when access token didn't workXavier Claessens2012-08-201-0/+1
|
* improve SASL debug outputGuillaume Desmottes2012-08-081-0/+4
|
* Implement Google X-OAUTH2 SASL mechanismXavier Claessens2012-07-181-0/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680160
* Move SASL mechanism implementations into its own fileXavier Claessens2012-07-181-0/+293
We could have other account providers than GOA requiring this SASL code. https://bugzilla.gnome.org/show_bug.cgi?id=680160