See: Description
| Class | Description |
|---|---|
| Compress |
The implementation of the
<compress/> element in the http://jabber.org/protocol/compress namespace. |
| Compressed |
The implementation of the
<compressed/> element in the http://jabber.org/protocol/compress namespace, which indicates that the stream is now compressed. |
| Failure |
The implementation of the
<failure/> element in the http://jabber.org/protocol/compress namespace, which indicates failure during compression negotiation. |
| Failure.ProcessingFailed | |
| Failure.SetupFailed | |
| Failure.UnsupportedMethod |
| Enum | Description |
|---|---|
| CompressionMethod |
Defines a compression method.
|
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.
Copyright © 2014 XMPP.rocks. All rights reserved.