Closed may215 closed 8 years ago
Hi,i met the same problem as you.Did you solve the problem?If you do,please tell me how to fix it!My email address is zhangamins@163.com. Thank you!!
Sorry for the late response but is this still an issue? What happens if you force Punjab to only connect to that IP? Or print out the IP it is trying to connect to and make sure that is correct.
Have you tried adding the route attribute when calling connect() on Strophe?
I would try passing "xmpp:website:5222" into connect() as the value for route.
Note: This parameter was added in Strophe 1.1.3, ensure you're looking at the most recent documentation. http://strophe.im/strophejs/doc/1.1.3/files/strophe-js.html#Strophe.Connection.connect
This is an Openfire bug, please see https://igniterealtime.org/issues/browse/OF-636
Hi, I am running facebook chat chrome extension, and I am having several connection issues after upgrading strophe, (with version 1.1.1 everything is working fine) The server configuration: 1 X nginx+twisted+panjub
nginx is configured to proxy pass 80 to 5280, with /xmpp-httpbind (returns XEP-0124 - BOSH)
\ The reason I want to upgrade strophe is because I created bosh client(I want to save all the user credentials on the server for security reason) to set the session and pass it back to the client to attach. And I couldn't make the attach work with strophe version 1.1.1 . With version 1.1.3 I can make the attach work but, I have different errors that I get after 4-6 interactions with the server, errors 400, 404 (also after making the wait to 300 on both sides), I didn't try to debug it so match, but, the first thing I saw (on fiddler) is the the content-length is growing fast on each request, the first request length was 51~ and the third was 1980~, and after that it's got stacked like time out issue, and then I got the 404 / 400 error code, and strophe started the onDisconnect workflow.
But, my current problem when I am using the Strophe connect with all the credentials on the client is:
post:
response:
\ I saw the issue: https://github.com/twonds/punjab/issues/49 And his solution is not working for me.
This is the error log I am getting:
The error 200 is strange.
The things I tried:
Any help.. Thanks..