This repo tries to reproduce xmppjs/xmpp.js#546
- run
npm install
- edit main.js and change the definitions for
server
,user
andpass
- run
npx browserify main.js -o bundle.js
- server the folder via
npx http-server
- open it in your favorite browser and open the developer tools
- interact with the account via other programs, e.g. send messages to the JID
- look in the console for
error, parent set
- if it does not appear everything is fine