Script error upon clicking login: Xmpp4Js is not defined
Status: Beta
Brought to you by:
h-iverson
Issue was reported as happening in in Firefox 2.0 and IE 6.0, but it affects all browsers.
In simpleclient.html, if you change this line:
<script type="text/javascript" src="../lib/xmpp4js.js"></script>
to this:
<script type="text/javascript" src="../xmpp4js.js"></script>
the issue is resolved.