simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Unable to receive message from MUC without join first #77

Open shakhassan opened 7 years ago

shakhassan commented 7 years ago

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.

mgolkardev commented 5 years ago

+1