I'm using smack in my Android project. I'm trying to create a Telegram, WhatsApp like group feature. The problem is, a user can't get messages from a conference room when the user is offline. I've to rejoin the room and get history to get new messages? Is there any way, which can deliver the messages without rejoining the room.
Also trying Ejabberd mod_multicast(XEP-0033). I'm getting Packet relay is denied by service policy error.
Need help. Thanks :)