aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-sasl-mechanisms.c
Commit message (Collapse)AuthorAgeFilesLines
* SASL: fix facebook mechanismXavier Claessens2013-11-011-16/+17
| | | | | | | libsoup was escaping '_' and '.' in the challenge response but the facebook server is not expecting that. https://bugzilla.gnome.org/show_bug.cgi?id=707747
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
|
* tpaw-utils: move empathy_implement_finish_* to tp-aw and rename themMarco Barisione2013-08-201-1/+2
| | | | | | All the code was initially written for wocky which is under LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-1/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* 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