I’m having an issue when the connection to Openfire times out and decides to issue a disconect. I attempt a reconnect with a callLater(xiff.connect) (xiff is the instantiated object of XMPPSocketConnection) when I receive the disconnect event but it only connects and doesn’t login. So xiff.isActive() == true but xiff.isLoggedIn() == false. Any one else have this issue and overcame it? Is this a filed bug with either Openfire or XIFF?
BTW, I’m using the 3.5 version of XIFF in the svn (as of the 3/27 checkin)