Closed GoogleCodeExporter closed 8 years ago
I've seen this error on another person logs, i'll check if it's happening when
the connection is lost
Original comment by Florent....@gmail.com
on 17 Jun 2011 at 9:35
After reviewing the code, this defect could happen if right after a
reconnection we receive a presence message but the command set has not been
rebuilt yet.
XmppBuddies::presenceChanged send command "batt"
But command are rebuilt on each xmpp connected status in
MainService::updateListenersToCurrentState
Todo : better command management on disconnection
Original comment by Florent....@gmail.com
on 17 Jun 2011 at 10:17
As of now GTalkSMS does save messages when in a state of not CONNECTED or
DISCONNECTED, I think we no longer need the old behavior of disabling the
listeners by destroying all command instances and instead manage it with an an
Observer DP or so.
Original comment by fschm...@gmail.com
on 18 Jun 2011 at 8:57
This issue was closed by revision 57394427f6bd.
Original comment by fschm...@gmail.com
on 20 Jun 2011 at 2:06
Ahh, so google code tries to be smart here. But I'd like this status more.
Original comment by fschm...@gmail.com
on 20 Jun 2011 at 2:12
Fixed in v3.0
Original comment by Florent....@gmail.com
on 15 Jul 2011 at 3:35
Original comment by fschm...@gmail.com
on 25 Aug 2011 at 7:50
Original issue reported on code.google.com by
lpenou.tstXX@mpo.li
on 17 Jun 2011 at 9:29