Open GoogleCodeExporter opened 8 years ago
this issue is not present in smack 3.1.0
Original comment by simon.ma...@gmail.com
on 20 May 2011 at 1:41
issue still happen! please fix it. thanks
Original comment by wayl...@gmail.com
on 6 Oct 2011 at 4:51
Hi I am using asmack for developing android IM.I am facing problem on message
receiving after reconnect network connection.
I am using a broadcast receiver with action as
android.net.conn.CONNECTIVITY_CHANGE > to know is the internet reconnection
(wifi or 3g)I have a service for listen incoming packets. When my device
reconnect with internet from above broadcast active and hear a internet
available that time I reconnect my application with Tigase Server and then I
re-login on server that is fine. Same time I also again attaching listeners of
my service so they can listen incoming packets. But When I send message it
going to user B but User B sending me messages on my side its not receiving. on
user B side it showing that user A Connected with new connection and also
showing presence.Like to hear where I am doing wrong. .
Original comment by tonasiri...@gmail.com
on 30 Jun 2012 at 11:02
Saw this today, using asmack-2010.05.07.jar.
The phone was sitting on my desk; I don't whether or not it was asleep.
Original comment by rstin...@gmail.com
on 22 Oct 2013 at 6:38
android.os.Build.MODEL:ADR6400L
android.os.Build.VERSION.RELEASE:4.0.4
Thread:
Name: Smack Reconnection Manager
Id: 2237
State: RUNNABLE
java.lang.IllegalThreadStateException: Thread already started.
at java.lang.Thread.start(Thread.java:1061)
at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:103)
at org.jivesoftware.smack.XMPPConnection.initConnection(XMPPConnection.java:606)
at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:565)
at org.jivesoftware.smack.XMPPConnection.connect(XMPPConnection.java:991)
at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:122)
Original comment by rstin...@gmail.com
on 22 Oct 2013 at 6:42
Original issue reported on code.google.com by
Konstant...@gmail.com
on 11 Dec 2010 at 10:52