node-xmpp : XMPP for JavaScript. You can installing node-xmpp npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-xmpp $ sudo npm install -g node-xmpp
If want to update the node-xmpp package execute the command as below,
$ sudo npm update node-xmpp
Update package globally,
$ npm install -g node-xmpp
$ sudo git clone https://github.com/rektide/node-xmpp.git
$ sudo npm install -g ./node-xmpp
node-xmpp@1.1.0 /usr/lib/node_modules/node-xmpp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-xmpp
Package Name | node-xmpp |
Version | 1.1.0 |
Description | XMPP for JavaScript |
Released Date | 2017-03-03T19:44:59.318Z |
Published by | xmpp |
How to Learn | https://www.npmjs.com/package/node-xmpp/tutorial |