1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-01-08 12:37:57 +01:00
Smack/test-unit/org/jivesoftware/smack
Florian Schmaus bd709dc323 SMACK-452 Correctly parse stream error packets
Modified PacketParserUtils.parseStreamError() to take into account that
there may be an optional text element and an optional application
specific element.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13767 b35dd754-fafc-0310-a699-88a17e54d16e
2013-10-09 17:02:34 +00:00
..
filters SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
keepalive SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. 2013-04-16 01:39:17 +00:00
packet SMACK-452 Correctly parse stream error packets 2013-10-09 17:02:34 +00:00
parsing SMACK-425 Introduced smack.parsing.ParsingExceptionCallback, a callback invoked when a exception is thrown while parsing a stanza. Smack is now able to either rethrow the exception ulitmatly causing a disconnect *or* log/ignore the exception and resume parsing after the faulty stanza. 2013-06-22 17:01:40 +00:00
util
ChatConnectionTest.java
DummyConnection.java SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. 2013-04-16 01:39:17 +00:00
PacketCollectorTest.java
RosterOfflineTest.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
RosterTest.java
TestUtils.java SMACK-391 Reformat some new files to Smack standard 2013-04-07 13:17:26 +00:00
ThreadedDummyConnection.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00