libstrophe icon indicating copy to clipboard operation
libstrophe copied to clipboard

can client connect to server via access token ?

Open DeepakDuggal opened this issue 13 years ago • 0 comments

hi ,

first of all thanks for the quick response for the previous queries.

Now i am trying to develop a msn chat client, the problem i am facing now is that i can connect to server via REST only. i have to log in with credentials via browser and only access token will be returned. So according to microsoft , i need to provide the access token for login with my app.

i am not able to find reference of access token in libstrophe API's.

can we use xmpp_connect_client api, or any other api to connect to server using access token only.. ?

Thanks in advance... :)

DeepakDuggal avatar Jun 27 '12 11:06 DeepakDuggal