In our XMPP implementation, we would like the user to remain in the room after they have gone offline, so we can continue to monitor the conversation in the room and send push notifications to the user.
Is there a way to control the reasons why the user should leave the room? We would like to leave the user in the room after they disconnected.
Or instead, is there a better way to control which users were in the room so that we can send them push notifications?
source
share