Hi. I am trying to run the Hello example in chapter 3 and I am having some trouble.
I am able to load the page without problem, and I see the input fields to login. When I press the Connect button, I get a javascript error:
"Unexpected call to method or property access."
flensed.
js Line 12
Code: 0 Char: 1742
URI:
http://127.0.0.1/xmpptest/scripts/flensed.js
The code at position 1742 of line 12 is:
J.appendChild(L.createTextNode(T + " {" + P + "}"))
I'm not sure what I'm doing wrong. I have downloaded all of the latest code from:
http://github.com/metajack/profxmpp.
I would really appreciate any advice anyone has.
Thanks,
Trevor