Subject: ASP client using BOSH
I created a very small and simple program that connects to an OpenFire server using ASP, I am now trying to connect using BOSH but I can't seem to get past the authentication step, below is the code I have:
All I get back is the below:
WRITE: <stream:stream to='inktelopenfire' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
Connection state: Connected
Authenticated? False
Thanks in advance
- client.Server = jid.Server;
- client.Username = jid.User;
- client.Password = "myPassword";
- client.Resource = "InktelChatClient";
- client.Priority = 10;
- client.AutoResolveConnectServer = false;
- client.UseCompression = false;
- client.SocketConnectionType = SocketConnectionType.Bosh;
- client.ConnectServer = "http://inktelopenfire:7070/http-bind/";
- SetDiscoInfo();
- client.Open();
All I get back is the below:
WRITE: <stream:stream to='inktelopenfire' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
Connection state: Connected
Authenticated? False
Thanks in advance
drkclw
Show profile
Link to this post
