Kevin Johns opened 1 decade ago
|
|
Added support for retrieving clientaccesspolicy.xml file using HTTP GET request. Implementation is more alike implementation of CORS for BOSH. For now it works for BOSH as for direct connection to xmpp client port other solution is need as mentioned here: http://www.ag-software.net/2010/01/29/silverlight-xmpp-setup-guide-for-matrix/ |
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
108
|
Version |
tigase-server-5.2.0
|
Estimation |
24h
|
Spent time |
30h
|
Issue Votes (0)
Watchers (0)
Silverlight based XMPP clients need to retrieve a clientaccesspolicy.xml file similar to how a flash based xmpp client needs to retrieve a crossdomain.xml file. A silverlight client can use a crossdomain file, but will always ask for a clientaccesspolicy file first resulting in a wasted HTTP transaction if the clientaccesspolicy file is not present.
See http://msdn.microsoft.com/en-us/library/cc197955(v=vs.95).aspx for more details.