Smack/legacy/src/main/java/org/jivesoftware/smackx/workgroup
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
..
agent "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
ext Substitute MXParser with a call to XmlPullParserFactory 2014-02-20 13:48:36 +01:00
packet Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
settings Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
user "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
util Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
MetaData.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
QueueUser.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
WorkgroupInvitation.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
WorkgroupInvitationListener.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00