You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Mar 2014 at 3:56The text was updated successfully, but these errors were encountered: