1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/test/org/jivesoftware/smack
Florian Schmaus c6248ec000 SMACK-389 Plugable compression framework
This commit adds the ability to plug-in different compression handlers
for different compression methods. It is also possible to add more
then one handler for the same method. The order how the handlers are
added determines which handler is tried first for usage. This is used
for the 'zlib' compression method, which now can be either provided by
Java7 or by JZlib (just like it was done before).

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13522 b35dd754-fafc-0310-a699-88a17e54d16e
2013-02-26 09:26:41 +00:00
..
filter SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
packet SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
test SMACK-389 Plugable compression framework 2013-02-26 09:26:41 +00:00
util SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
ChatTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
FloodTest.java Copyright update. 2007-02-12 00:59:05 +00:00
IQTest.java Added new test case for IQ packets sent to full JIDs of offline users. 2007-03-08 19:25:53 +00:00
LoginTest.java SMACK-358: Support account creation parameters for LoginTest.testLoginWithNoResource() 2013-02-14 11:43:41 +00:00
MessageTest.java Updates to SmackTestCase to properly provide the username and password for each connection. Test cases manually logging in now use these methods instead of wrongly assuming the username/password pattern. 2013-02-07 03:47:49 +00:00
PacketReaderTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
PresenceTest.java Updates to SmackTestCase to properly provide the username and password for each connection. Test cases manually logging in now use these methods instead of wrongly assuming the username/password pattern. 2013-02-07 03:47:49 +00:00
PrivacyClient.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
ReconnectionTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
RosterInitializedBeforeConnectTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
RosterListenerTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
RosterSmackTest.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00