1.0.15 • Published 7 years ago
xmpp-history-netlolo v1.0.15
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.