Exceptions during login should get thrown back up to the caller.
Description
None
Environment
None
Activity
Georg
June 9, 2013 at 7:28 PM
Yes, this was adding a seldom-appearing hairy edge case where XMPPConnection.connect() returned without error, but isConnected() was returning false. Thanks for finally fixing it!
Florian Schmaus
February 15, 2013 at 7:54 PM
Seems like simply removing the try/catch block in XMPPConnection.connect() would do the trick. I wonder why this block exists anyway.
Yes, this was adding a seldom-appearing hairy edge case where XMPPConnection.connect() returned without error, but isConnected() was returning false. Thanks for finally fixing it!