qXMPPconsole is a browser based XMPP console. It is writen with the purpose to aid in learning the XMPP protocol. So far it is tested only over websockets and connected to a ejabberd docker image running on localhost. Comments, issues, pull requests are welcome.
The application is a single static web page and looks like this
You can go to https://voger.github.io/qXMPPconsole/ and use it right away or you can clone this repo and use it in your own computer.
-
Clone this repo and cd into it.
-
Run
$ npm install- Optionally and not necessary at all, you may also run the command below to build dependencies.
$ npm run-script build
- Optionally and not necessary at all, you may also run the command below to build dependencies.
-
Run the source version
$ npx qx serveand navigate your browser to http://localhost:8080
-
You can also make a build version to deploy it somewhere
$ npx qx deploy --out=dist --cleanand move the generated
dist/folder in your prefered location and serve it with your favorite web server.
