开发者

Open source XMPP library with BOSH support

Is there any open source XMPP library (written in c#) with BOSH suppor开发者_如何学编程t? I checkout AgsXMPP. AgsXMPP doesn't seem to have bosh support. But Matrix supports bosh. Matrix is a commercial one.


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!


We can bind the bosh (using AgsXMPP library) as follows,

        XmppClientConnection xmpp;
        xmpp = new XmppClientConnection();
        xmpp.Port = 5280;
        xmpp.Server = jidSender.Server;
        xmpp.SocketConnectionType = agsXMPP.net.SocketConnectionType.Bosh;
        xmpp.ConnectServer = "http://localhost:5280/http-bind";


Try using the Jabber net on google code. This ia open source and does support BOSH. http://code.google.com/p/jabber-net/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜