mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
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
This commit is contained in:
parent
5dea9d3ee1
commit
c6248ec000
8 changed files with 302 additions and 43 deletions
|
@ -11,7 +11,6 @@
|
|||
<classpathentry kind="lib" path="build/build/xmlunit.jar"/>
|
||||
<classpathentry kind="lib" path="build/javassist-3.10.0.GA.jar"/>
|
||||
<classpathentry kind="lib" path="build/jaxen.jar"/>
|
||||
<classpathentry kind="lib" path="build/merge/jzlib.jar"/>
|
||||
<classpathentry kind="lib" path="build/merge/xpp.jar" sourcepath="/gtalksms/lib/xpp3-1.1.4c_src.zip"/>
|
||||
<classpathentry kind="lib" path="build/mockito-all-1.8.2.jar"/>
|
||||
<classpathentry kind="lib" path="build/objenesis-1.1.jar"/>
|
||||
|
@ -28,5 +27,6 @@
|
|||
<classpathentry kind="lib" path="jingle/extension/build/merge/jstun.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="build/junit-4.10.jar"/>
|
||||
<classpathentry kind="lib" path="build/merge/jzlib.jar"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue