Compression API on the iPhone
If you store the data for the conversations in an NSData object, the folks at the CocoaDev wiki have posted an NSData category that adds gzip and zlib compression / decompression as simple methods. These have worked well for me in my iPhone application. As the above link has gone dead while the CocoaDev wiki … Read more