atkmehmet / jabber-net

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

Jabber client issue while authenticating connect in c# #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open VS-2005 console project
2. Add jabber-net reference
3. Replace the attached code with your Program class.
4. Replace  TARGET,j.User, j.Server , j.Password, j.Resource fields.
5. Execute the application

What is the expected output? What do you see instead?
The application should sent a test message to TARGET. 
I am receiving error in j_error event. Error says: "Unable to read data from 
the transport connection: A non-blocking socket operation could not be 
completed immediately."

What version of the product are you using? On what operating system?
 Version of 2.1.0.710 . OS : Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by sebas....@gmail.com on 29 Apr 2013 at 6:01

Attachments:

GoogleCodeExporter commented 8 years ago
Solved it. Changed the connection to HTTP_BINDING.

Original comment by sebas....@gmail.com on 14 Aug 2013 at 8:34