libstrophe
libstrophe copied to clipboard
can client connect to server via access token ?
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... :)