xmpp-muc-read-marker
v1.0.2
Published
Simple plugin to send read marker with Stanza.io
Downloads
3
Readme
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.