{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am working on an XMPP (www.xmpp.org) library that supports data compression.  I am specifically using Zlib compression.  However, when I use the Zlibstream to compress the byte array and send it to the XMPP server (OpenFire) I get nothing back.  I checked the log of the server and I see this:\n \njava.io.IOException: Unknown error. Error code : 1 \nat org.apache.mina.filter.support.Zlib.inflate(Zlib.java:136) \nat org.apache.mina.filter.CompressionFilter.messageReceived(CompressionFilter.java:159) \nat org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299) \nat org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53) \nat org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648) \nat org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:239) \nat org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:283) \nat java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) \nat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) \nat org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51) \n \nThat seems to tell me that the data can't be inflated and I am not sure why not.  As I mentioned, I have a byte array that I am compressing.  The byte array was a string that I converted using GetBytes.  The data I am sending must be a byte array, which it is.",
    "LastUpdatedDate": "2013-02-21T18:42:56.333-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-01-31T10:34:14.033-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Problem decompressing on OpenFire",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14715
  },
  "FileAttachments": [],
  "Comments": []
}