I am developing a chat app in c#.net using jabber, agsxmpp library and I want to make groupchat in it such as whatsapp groupchat and skype groupchat.
I came across persistent room in xmpp. Does it provides the functionality of permanent groups? and is it possible for a creator of the persistent group to add members without sending invites to them?
I searched the XMPP stuff on google, but nothing found clearly which room to use persistent, or should go with members only? if yes then please explain how.