node-xmpp-client : XMPP client for JavaScript. You can installing node-xmpp-client 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-client $ sudo npm install -g node-xmpp-client
If want to update the node-xmpp-client package execute the command as below,
$ sudo npm update node-xmpp-client
Update package globally,
$ npm install -g node-xmpp-client
$ sudo git clone https://github.com/rektide/node-xmpp-client.git
$ sudo npm install -g ./node-xmpp-client
node-xmpp-client@3.2.0 /usr/lib/node_modules/node-xmpp-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-xmpp-client
Package Name | node-xmpp-client |
Version | 3.2.0 |
Description | XMPP client for JavaScript |
Released Date | 2017-03-03T19:44:54.838Z |
Published by | xmpp |
How to Learn | https://www.npmjs.com/package/node-xmpp-client/tutorial |