xmppo / Jabber-Net

A modern fork of Jabber-Net
https://github.com/xmppo/Jabber-Net
37 stars 13 forks source link

.NET Core-compatible zlib.net replacement #60

Open ForNeVeR opened 8 years ago

ForNeVeR commented 8 years ago

We're currently using zlib.net library that doesn't seem to be compatible with .NET Core. Need to find replacement for it.

BravoTango86 commented 8 years ago

Have you considered using Org.BouncyCastle.Utilities.Zlib in Portable.BouncyCastle?

ForNeVeR commented 8 years ago

Thanks for the suggestion. I still haven't considered anything, but I'll take a look at this library.