How to Install and Uninstall node-node-xmpp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "node-node-xmpp" package

This tutorial shows how to install node-node-xmpp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-node-xmpp

2. Uninstall "node-node-xmpp" package

Please follow the step by step instructions below to uninstall node-node-xmpp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-node-xmpp $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-node-xmpp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-node-xmpp
Priority: optional
Section: universe/web
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-xmpp
Version: 0.3.2-2
Depends: node-ltx, nodejs
Recommends: node-node-stringprep, node-node-expat
Filename: pool/universe/n/node-xmpp/node-node-xmpp_0.3.2-2_all.deb
Size: 26004
MD5sum: 3ae5fab44a917331fc526c60fb986efa
SHA1: b39a8fddba592becdd2d4eb1f5ee2a7996528c6f
SHA256: dacb2520f9346398a87973d53a1425b44cd8e75f82964835a4bc3f26bf983121
Description-en: idiomatic XMPP library for Node
Node is an event-based server-side JavaScript engine.
.
Idiomatic XMPP client, component & server library for Node.
.
Objectives of node-xmpp:
* Use Node conventions, especially 'EventEmitter', ie. for write
buffer control
* Fast parsing, 'node-expat' was written with this library in mind
* Client support for both XMPP clients and components
* Optional server infrastructure with 'Router'
* After authentication, leave trivial protocol bits to the user, that
is XML handling according to any XEP
.
Features
* Client authentication with SASL DIGEST-MD5, PLAIN, ANONYMOUS,
X-FACEBOOK-PLATFORM
* `_xmpp-client._tcp` SRV record support
* Simple JID parsing with Stringprep normalization (optional: requires
node-stringprep installed)
* Uses ltx
* Much easier to handle than a standard DOM
* xmlns-aware
* Easy XML builder like Strophe.js (see down)
* Non-buffering serialization
* Was split out of node-xmpp for modularization and resuability
* Component connections
* Run your own server/talk to other servers with `xmpp.Router`
Description-md5: ba57e1ccccd021fb5dad492659f308e4
Homepage: https://github.com/node-xmpp/node-xmpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu