Subject: Bosh example?
Can you provide an example/additional documentation on connecting using Bosh?
This is what I tried using your MiniClient example
xmppClient2.Transport = Matrix.Net.Transport.BOSH;
xmppClient2.Port = 7443;
xmppClient2.Uri = new System.Uri("http://mydomain.com");
xmppClient2.Open();
Here is my result XML:
SEND: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="mydomain.com" version="1.0" >
It just hangs and keeps trying to "SEND" nothing
I'm using an Openfire server. Thanks.
This is what I tried using your MiniClient example
xmppClient2.Transport = Matrix.Net.Transport.BOSH;
xmppClient2.Port = 7443;
xmppClient2.Uri = new System.Uri("http://mydomain.com");
xmppClient2.Open();
Here is my result XML:
SEND: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="mydomain.com" version="1.0" >
It just hangs and keeps trying to "SEND" nothing
I'm using an Openfire server. Thanks.
This post was edited on 2010-02-09, 00:27 by Arthur.