-
Notifications
You must be signed in to change notification settings - Fork 85
Web-Chat(5000-10000 concurrent users) using Strophe.js #6
Description
Hi,
We are currently working on a chat system which will have around 5000-10000 concurrent users and have decided to use Strophe.js over Stanza.io,Candy.js,Converse.js for the same.
We are using MongooseIM as our XMPP server.
We are facing some issues which i would like to address one by on:-
-
Does Strophe works with mod_muc_light ?
-
Our main target is Web group-chat. In this the user will be able to see all the muc rooms in which he is registered and click on any one of them, and chat with all the users registered in that group. Is it possible/feasible to do so using Strophe library ?
-
I have tried the muc.js plugin of the Strophe library, but unable to get the list of all rooms registered on a particular muc host for a particular person, if someone could give a working reference of the same then it will be very helpful.
Thanks in Advance.