You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: