xmpp-history-netlolo
v1.0.15
Published
An package to the message history.
Downloads
4
Readme
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.