支持 BOSH 的开源 XMPP 库
有没有支持 BOSH 的开源 XMPP 库(用 c# 编写)?我检查了 AgsXMPP。 AgsXMPP 似乎没有 bosh 支持。但Matrix支持波什。 Matrix 是一款商业产品。
Is there any open source XMPP library (written in c#) with BOSH support? I checkout AgsXMPP. AgsXMPP doesn't seem to have bosh support. But Matrix supports bosh. Matrix is a commercial one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试 SoapBox SDK Studio,它提供对 BOSH (XEP-124 )以及对 BOSH 上的 XMPP (XEP-206) 的部分支持。
如果这对您不起作用,您还可以查看 XMPP 库列表,看看是否可以任何其他 C# 库都可以满足您的需求。
祝你好运!
You can try SoapBox SDK Studio, which offers full support for BOSH (XEP-124) and partial support for XMPP over BOSH (XEP-206).
If this does not work for you, you can also check out the XMPP Library List and see if any of the other C# libraries fit your needs.
Best of luck!
我们可以按如下方式绑定 bosh(使用 AgsXMPP 库),
We can bind the bosh (using AgsXMPP library) as follows,
尝试在谷歌代码上使用 Jabber net。这是开源的并且支持 BOSH。
http://code.google.com/p/jabber-net/
Try using the Jabber net on google code. This ia open source and does support BOSH.
http://code.google.com/p/jabber-net/