windows 非 GPL XMPP 客户端库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4710690/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 15:59:50  来源:igfitidea点击:

Non GPL XMPP client library

c++cwindowsxmpp

提问by Lodle

Does any one know of a good xmpp client library that isn't under GPL license?

有谁知道一个不受 GPL 许可的好的 xmpp 客户端库?

Preferred written in c or c++

首选用 c 或 c++ 编写

Edit: Also compiles on windows

编辑:也在 Windows 上编译

回答by Alam

libjingle- Its under New BSD License.

libjingle- 它在新的 BSD 许可证下。

(edit)Can be compile on windows as well as on linux

(编辑)可以在 windows 和 linux 上编译

回答by SejukHijau

qxmppIt is LGPL. It is based on Qt, so can be compiled on windows too.

qxmpp是LGPL。它基于 Qt,因此也可以在 Windows 上编译。

回答by mahju

For the sake of information I will post this here. I hope your implementation went well.

为了提供信息,我将在这里发布。我希望你的实施顺利。

txmppis released under New BSD License.

txmpp是在新的 BSD 许可证下发布的。