Smack/jingle
Florian Schmaus fcc8414a92 "not connected" is now a checked Exception thrown by sendPacket()
There is a unsolveable race condition between the connection state and
sendPacket(), i.e. the connection could go down, right after the
method calling sendPacket is called, but before sendPacket() is
invoked. Before this change, sendPacket() has thrown an unchecked
IllegalStateException, which could be ignored by the Smack user, who
would also not notice the race condition. We have decided to throw a
checked Exception in this case now, to make the Smack user aware of
this situation.

SMACK-426
2014-03-19 15:56:41 +01:00
..
libs Activate the jingle subproject and move integration tests 2014-02-19 10:38:30 +01:00
src "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
build.gradle Move gradle subproject configuration into the subproject 2014-03-09 14:59:45 +01:00