Mmarzex / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Use HTTP-Binding Connect To Openfire -> Never get an response #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use JabberClient SDK (v2.1.0.710) , set the "Connection" is 
"ConnectionType.HTTP_Binding" , but Openfire Never get an response

other setting:
      jabberClient.AutoPresence = false;
      jabberClient.AutoRoster = false;
      jabberClient.AutoReconnect = -1;
      jabberClient.AutoStartTLS = false;
      jabberClient.AutoStartCompression = false;
      jabberClient.RequiresSASL = true;

2. If set the "Connection" is "ConnectionType.Socket" , and       
"jabberClient.NetworkHost" ,"jabberClient.Port" ,
I Can Connect To Openfire , and get an response.

3.I try To Using agsXMPP SDK , and using some setting value , the agsXMPP SDK 
work.

What is the expected output? What do you see instead?

I expected JabberClient SDK (v2.1.0.710) will Use HTTP-Binding Connect To 
Openfire.

What version of the product are you using? On what operating system?
1. JabberClient SDK (v2.1.0.710)
2. C# VS2010 , FW 2.0
3. windows 7 64bit

Original issue reported on code.google.com by yude.ts...@gmail.com on 18 Mar 2014 at 3:56