On Tue, May 25, 2010 at 12:41 AM, Bogdan Ciprian Pistol <[email protected]> wrote: > On Mon, May 24, 2010 at 11:35 PM, Niklas Gustavsson >> * The stuff in "scripts", is that all strophe.js? Perhaps we should >> stick that in an src/examples/resources directory (or similar)? > There is more than strophe.js, there are libraries used from the code > in the book. > The most important (from the book point of view) if flXHR that allows > cross-domain XHR from javascript.
Seems to be MIT licensed, which would be fine to use: http://flxhr.flensed.com/ > I can use more standard techniques to make cross-domain Ajax calls > like https://developer.mozilla.org/en/HTTP_access_control > (the feature is introduced in Firefox 3.5 and Safari 4). There are > other techniques also that are pure Javascript (for other browsers), > but I will introduce them in the web app that will use strophe to > connect to Vysper later. To me, having support for cross domain XHR would not be required, but others might have different opinions. /niklas
