Connection manager http-binding

hello everyone,

I have some problem with the connection manager module. I have configured the module for connecting to the openfire server and open port 5222, 5223 for xmpp client program and enable the http-binding 7070 for the web client (i use strophe js library). My problem is i can’t connect and use my js web client based on strophe on the connection manager, if I test it on the http binding directly on the openFire server, i allowed to connect and send chat message. When I connect on the httpBinding module i have an error with cross domain : No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

aaze I have set a crossdomain.xml in the conf folder on the openfire serveur and on the administration console i can see my xml config file. But on the connection manager, i have put the same file in the conf folder near the manager.xml file and i have the same problem like no access-control-allow-origin.

my crossdomain.xml is :

<?xml version="1.0"?>
      <site-control permitted-cross-domain-policies="all"/>

      <allow-access-from domain="*" to-ports="5222,5223,7070,7443" secure="false"/>

      <allow-http-request-headers-from domain="*" headers="*" secure="false"/>

what’s wrong ? what can i do to fix it ? where put the crossdomain.xml file for the connection manager module allow connection by http-binding ?

thx