Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jan 22, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 18 Mar 2014 at 3:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant