How to connect facebook chat (wodXMPP)
I tied several script but still no luck, username and password are correct tested with another xmpp program works fine
wodXMPP1.Login = username
wodXMPP1.Password = password
wodXMPP1.Authentication = AuthenticationsEnum.AuthDigest
wodXMPP1.Connect("chat.facebook.com")
Result
Connecting to server
Initializing secure connection
Connecting to server
Disconnected from server
I tried
wodXMPP1.Security = SecurityEnum.SecurityNone
wodXMPP1.Login = username
wodXMPP1.Password = password
wodXMPP1.Authentication = AuthenticationsEnum.AuthPlain
wodXMPP1.Connect("chat.facebook.com")
result
CONNECT error: Invalid login: not-authorized. 30010
Thank you for your assist