Hello, I'm using smack to develop a xmpp client and using openfire as a xmpp server. One of my scenarios, I would like to invite offline users to join a chat group. If my friend is online, the invitationReceived (InvitationListener) fires and works fine... I guess Openfire doesn't have support to send invitation messages to offline users . Is it right? Do you know other approach to invite offline user to join (send invite) a group chat?
I still have other doubt. With Openfire admin interface I can create services and persists chatrooms, Is possible persist one-to-one chat using chatManager.createChat() (org.jivesoftware.smack.ChatManager) ?
Thanks