metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

can client connect to server via access token ? #24

Open DeepakDuggal opened 12 years ago

DeepakDuggal commented 12 years ago

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... :)