0

I am trying to connect to Windows Live Messenger using Smack, using the sample code available at https://github.com/liveservices/LiveSDK. Unfortunately, using the exact same code gives me a connection timeout:

XMPPError connecting to messenger.live.com:5222.: remote-server-error(502) XMPPError connecting to messenger.live.com:5222

Did anybody managed to connect using the library? maybe there's a mistake there. FYI, I got the access token correctly, authorised the app before trying to connect.

Guillaume
  • 2,912
  • 3
  • 35
  • 59

1 Answers1

0

Oh well I was actually missing the wl.messenger scope for the token, that's all!

Guillaume
  • 2,912
  • 3
  • 35
  • 59