I want to send the entire HTTP POST data while doing smack-bosh as compressed
as per the code https://github.com/igniterealtime/jbosh/blob/master/src/main/java/org/ignitereal time/jbosh/ApacheHTTPResponse.java
line number 153 post.setHeader(ACCEPT_ENCODING, ACCEPT_ENCODING_VAL);
The entire POST data is encoded,
Will openfire accept such HTTP request?
Is there any plugin or settings in openfire does enable this option?