1.0.2 • Published 6 years ago

xmpp-muc-read-marker v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

MUC Read Message Plugin

This plugin inserts the capability of send read attribute in MUCs when using XEP-0085 with stanza.io.

Install

Just run yarn add xmpp-muc-read-marker or npm install --save xmpp-muc-read-marker.

Configuration

This plugin needs no configuration.

How to use

For Node/CommonJS:

const MUCReadMarker = require('xmpp-muc-read-marker');

client.use(MUCReadMarker);

For ES6+:

import MUCReadMarker from 'xmpp-muc-read-marker';

client.use(MUCReadMarker);

License

This plugin is MIT licensed.