1.0.5 • Published 5 years ago

xmpp-muc-received-marker v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

MUC Received Message Plugin

This plugin inserts the capability of send acks in MUCs when using XEP-0184 with stanza.io.

Install

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

Configuration

This plugin needs no configuration.

How to use

For Node/CommonJS:

const MUCReceivedMarker = require('xmpp-muc-received-marker');

client.use(MUCReceivedMarker);

For ES6+:

import MUCReceivedMarker from 'xmpp-muc-received-marker';

client.use(MUCReceivedMarker);

License

This plugin is MIT licensed.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago