GroupChat Unjoined Messages
This plugin inserts the capability of receive and prepare a message from a unjoined room, as joined room message.
Install
Just run yarn add xmpp-groupchat-unjoined-messages
or npm install --save xmpp-groupchat-unjoined-messages
.
Configuration
This plugin needs no configuration.
How to use
For Node/CommonJS:
const GroupChatUnjoinedMessages = ; client;
For ES6+:
; client;
Events
This package enable a new event to subscribe, pubsub:published:message, and its described above:
client;
License
This plugin is MIT licensed.