simple-xmpp/node-simple-xmpp

Unable to receive message from MUC without join first

Opened this issue · 1 comments

Hey,

I've developed a chat client using this library. All users subscribe to MUCs. I need to make those users able to receive message from MUC without joining (xmpp.join('group1@conference.localhost/user1');) all the MUCs. How can I achieve that? Based on my testing, my chat client need to join all MUCs in order for the users to get message from MUC.