> Part of xep-0124 allows cross-domain communication though an alternative
> script syntax. I just implemented it in xmpp4js:
> http://xmpp4js.sourceforge.net. JSJaC could easily be modified to support it
> as well, and I can't speak for strophe. I think it took all of a dozen lines
> of code for mine to support it.

We can add it to Strophe pretty easily as well.

One thing that I didn't see mentioned in the spec is that there are
restrictions on the length of GET requests, so the alternative script
syntax actually suffers from quite a serious limitation.  I'm pretty
sure it would not work for many common things like getting avatars,
etc.

According to http://www.boutell.com/newfaq/misc/urllength.html the
limit of IE is about 2k characters, which is too small for things
without some changes in how XMPP does rosters and vcard avatars, etc.

It would be nice if the XEP was updated to reflect these limitations.

jack.

Reply via email to