开发者

C# XMPP library and examples that can do secure XMPP over HTTP

开发者 https://www.devze.com 2023-03-16 09:53 出处:网络
We currently using OpenFire as our XMPP server and using SoapBox C# library to implement XMPP client开发者_高级运维.But now we want to move to secure XMPP over HTTP (BOSH) so users can instant chat on

We currently using OpenFire as our XMPP server and using SoapBox C# library to implement XMPP client开发者_高级运维. But now we want to move to secure XMPP over HTTP (BOSH) so users can instant chat on different network. I've search for days but could not find any C# examples to implement XMPP over HTTP. Our application is in C# and so I need to find a C# or .NET solution, ideally keep SoapBox if possible. Anyone has any examples or pointers to share?


Just use an HTTPS URL for polling from any library that supports BOSH. Although why you'd use BOSH from a real programming language other than to cut through a particularly virulent firewall, I don't know.


SoapBox mentions that "SoapBox Server,BOSH implementation works well with JSJaC, the most popular XMPP BOSH JavaScript library" on their official website. Even though, they didn't mention anything about BOSH implementation using SoapBox library.

But, MatriX C# library supports http-bind(bosh) implementation. MatriX is a SDK/library for XMPP, written in managed C# dedicated to .NET and Silverlight technologies. But, MatriX is a commercial one.

I'm also looking the sample source for http-bind(bosh) implementation using SoapBox C# library. If anyone found please, share the link in here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号