Rejoining an MUC room

Hi - I have a persistent MUC room and I want my users to be able to rejoin the room. Simply sending back the presence does not seem to be making any difference. I've even tried resending the room invite to the re-joining user but that also does not help. Is there a way this can be accomplished please?

The problem I'm trying to solve is that I've made my MUC rooms MUC/Sub compliant (allow_subscription = true) as well as persistent - so that on reconnecting, the original participants of the room can send messages. They still do receive messages owing to the subscription node but cannot somehow send - presumably due to the role being none instead of participant.

Never mind - as is prone to

Never mind - as is prone to be the case, I stumbled across the solution the moment I put this query in. I was re-joining the room after my app's launch instead of post authentication - trivial.

Syndicate content