Adding participants to XMPP chat rooms
问题 I want to implement Group Chat in my application, for that purpose i am using MUC chat rooms to implement the same. Here I want to add a list of members( i have the JID's) to the room. I want to add them internally to all the members in the list. How can i add them without inviting them. And after adding the members i want to implement a functionality that whenever a user of the chat room messages or chat, it should be delivered to all the other users. The main problem is how to add members