Looking for library for Instant Messaging, like libpurple, but written in C#

前端 未结 5 1429
梦谈多话
梦谈多话 2020-12-15 12:27

I\'m looking for an Instant Messaging library that at minimum supports YM, MSN protocol - preferably free but if it\'s worth to pay, why not.

5条回答
  •  北海茫月
    2020-12-15 13:28

    First of all, have you had a look at libpurple-sharp which are .NET bindings for libpurple. Even if the project hasn't released a package, there is a lot of code there already and perhaps it is enough for your application.

    I think that the only way that you will achieve support for as many protocols as libpurple is to either use libpurple or port it to .NET.

提交回复
热议问题