Manage room invitations

Hi,

I am using a smackx library to build a multi user chat.

Can I invite another user to a room even if he isn’'t on-line?

So when user’‘ll connect to jabber server, he’'ll receive the invite.

Thanks,

Pier

Hey Pier,

Room invitations is done sending regular Messages. On the other hand, when a user is offline and a message was sent to him/her then the server may store the message while the user is offline and forward it when the user becomes online. However, you can’'t rely on the server storing the offline messages since some servers may not have this functionality implemented or they may be configured to always drop the message or they may have a storage quota for offline messages.

Regards,

– Gato