This is almost always a Flash security policy violation error. What is
the URL of this app in your browser? Flash files that are served over
http can do cross domain requests. Flash files served via file://
cannot talk to http resources.
What connection manager or XMPP server are you using?
jack.
The URL of my app is as follow: http://localhost/Source/default.aspx. Ive been running the app from the server and not as a file :-S
Im using openfire as my server.
Openfire uses /http-bind/ not /http-bind. The trailing slash is important.
Does that help?
jack.
jack.
--
You received this message because you are subscribed to the Google Groups "Strophe" group.
To post to this group, send email to str...@googlegroups.com.
To unsubscribe from this group, send email to strophe+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/strophe?hl=en.
To post to this group, send email to str...@googlegroups.com.
To unsubscribe from this group, send email to strophe+u...@googlegroups.com.
To unsubscribe from this group, send email to strophe+u...@googlegroups.com.
can you try strophe with
var BOSH_SERVICE = ‘http://localhost:7070/http-bind’
and crossdomain.xml in bosh root http://localhost:7070/crossdomain.xml
??
even if strophe is on the same machine of the webserver so you are not really make any "cross domain" request... isn't it?
-Vito-
If you are using flXHR or CORS, you do not need to proxy the BOSH
connection manager with apache. Unfortunately, Openfire doesn't
respond to GET /http-bind/ or you could use that as a test to see if
the proxy is working correctly. All the other connection managers do
this.
jack.
jack.
--
You received this message because you are subscribed to the Google Groups "Strophe" group.
To post to this group, send email to str...@googlegroups.com.