Hi,
I am trying to write a little mobile IM client using strophe.js and Jack Moffat's book. I am currently in chapter 3, which among other files, loads flXHR.js (<script src='../scripts/flXHR.js'></script>), which seems to somehow depend on flash player. My question is, why is flash player required for this?
The example runs nicely on my desktop, but if I try to run it on my android phone, the console gives the following:
Uncaught Error: 14, flXHR: Flash Player Update Failed, The Flash Player was either not detected or could not be updated.
Obviously, since flash is not available on mobile platforms, this makes sense. However, I don't understand why flash is required for this simple example application, or for xmpp code in general. Could someone explain to me the dependency, and maybe also offer a solution/workaround to get this example running on mobile platforms as well?
Thanks and best regards,
Chris