xmpp-history-netlolo

An package to the message history.

Usage no npm install needed!

<script type="module">
  import xmppHistoryNetlolo from 'https://cdn.skypack.dev/xmpp-history-netlolo';
</script>

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.