GNOME Bugzilla – Bug 680160
Auth client code should make easier to add other account storages
Last modified: 2012-07-18 12:27:54 UTC
Atm all the SASL code is in the GOA-specific code. But other storages could require doing SASL dance as well.
Here is a branch doing that: http://cgit.collabora.com/git/user/xclaesse/empathy.git/log/?h=auth-refactor As bonus point, it implement the Google auth, even if not used (yet?) by GOA.
++ You may want to amend commit messages to include an url to this bug.
Created attachment 219093 [details] [review] Move SASL mechanism implementations into its own file We could have other account providers than GOA requiring this SASL code.
Created attachment 219094 [details] [review] Implement Google X-OAUTH2 SASL mechanism
Should have used git bz from the beginning, here it is :) Merged.