Feature #417
Support OAUTH and OAUTH2 authentication
Status:
New
Priority:
Normal
Assignee:
-
Category:
XMPP
Target version:
-
Start date:
02/23/2012
Due date:
% Done:
0%
Estimated time:
Description
Beem should have support to this protocols (OAUTH and OAUTH 2), Windows Messenger is supporting XMPP using OAUTH2 athentication.
Updated by Frédéric Barthéléry about 12 years ago
- Subject changed from Supprot OAUTH and OAUTH2 authentication to Support OAUTH and OAUTH2 authentication
I have looked at this as I implemented the "X-OAUTH2" extension (used by Google Talk).
The way I implemented is by using the Android account registered on the device (such as your Google account). This require to have an application which implements the Account Authenticator for the service and allow me to delegate the OAuth part to that application. I have not found one for Microsoft Live service on the play store. If such an application exist I will try to use it to make authentication for Live service but for the moment it is not on my TODO list