2
votes

I want to create GROUP in openfire using xmpp programmatically see the image.... enter image description here

there are two groups in image I wish to add new groups in openfire using xmpp stanzas. If success then I wish to add members in particular groups.

I know how to create chat rooms (MUC) but groups are different than chatrooms. in groups rosters are persistent but in chatroom any user can enter and can at leave any time. so I want to create groups not like chatrooms.

I tried lot but it creates chatrooms only not the groups.

1

1 Answers

1
votes

See this post for instance, if it can help you a little bit. Look for the addgroup in the java docs on the openfire.