Package rocks.xmpp.extensions.compress
Provides classes for XEP-0138: Stream Compression.
It defines an XMPP protocol extension for negotiating compression of XML streams, especially in situations where standard TLS compression cannot be negotiated. The protocol provides a modular framework that can accommodate a wide range of compression algorithms; the ZLIB compression algorithm is mandatory-to-implement, but implementations may support other algorithms in addition.
-
Interface Summary Interface Description CompressionMethod An interface to describe a compression method. -
Class Summary Class Description CompressionManager Manages stream compression as described in XEP-0138: Stream Compression.