Bug #379
SASL authentication DIGEST-MD5 failed: not-authorized:
Description
Using BEEM - Android XMPP, when try to connect to chat.facebook.com at port 5222 with user name xxxx@chat.facebook.com gives exception.
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): Error while connecting
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): SASL authentication DIGEST-MD5 failed: not-authorized:
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:337)
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:230)
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): at com.beem.project.beem.service.XmppConnectionAdapter.login(XmppConnectionAdapter.java:242)
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): at com.beem.project.beem.service.LoginAsyncTask.doInBackground(LoginAsyncTask.java:100)
12-12 15:02:09.086: ERROR/XMPPConnectionAdapter(4925): at com.beem.project.beem.service.LoginAsyncTask.doInBackground(LoginAsyncTask.java:1)
I have tried to enable the JID from settings but the exception remains. I have enabled the XMPP Debug to YES, but cannot find where the log file is generated. I am running BEEM Project in Android emulator. Can you guide me where I can find the log file.
Related issues