You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To replicate, run grunt demos, then load the Chrome Google demo and attempt to login. Login will fail, because window.XMPP is not set. Previous versions of node-xmpp-browser.js included the line window.XMPP = exports, however the latest build no longer includes this even though the version of node-xmpp-client in package.json has not changed.
You can also compare the node-xmpp-browser.js from npnjs (the one compiled into uProxy) with the most recent node-xmpp-browser.js generated here to see the diffs (there are many)
The text was updated successfully, but these errors were encountered:
Copying an old version of node-xmpp-browser.js to dist/
If you need to publish something to npmjs, you can commit the Gruntfile.js change (#1 above) to your LOCAL version of master (just local git, not github), then do npm publish. Without doing this npm publish will run grunt test, which will generate the bad node-xmpp-browser.js and all the tests will fail - preventing you from publishing
To replicate, run
grunt demos
, then load the Chrome Google demo and attempt to login. Login will fail, because window.XMPP is not set. Previous versions of node-xmpp-browser.js included the linewindow.XMPP = exports
, however the latest build no longer includes this even though the version of node-xmpp-client in package.json has not changed.You can also compare the node-xmpp-browser.js from npnjs (the one compiled into uProxy) with the most recent node-xmpp-browser.js generated here to see the diffs (there are many)
The text was updated successfully, but these errors were encountered: