npm.io
1.0.15 • Published 7 years ago

xmpp-history-netlolo

Licence
MIT
Version
1.0.15
Deps
4
Size
92 kB
Vulns
0
Weekly
0

History Netlolo

This plugin inserts the capability of a history based on external database.

Install

Just run yarn add xmpp-history-nelolo or npm install --save xmpp-history-nelolo.

Configuration

This plugin needs no configuration.

How to use

For Node/CommonJS:

const History = require('xmpp-history-nelolo');

client.use(History);

For ES6+:

import History from 'xmpp-history-nelolo';

client.use(History);

Events

License

This plugin is MIT licensed.