jdev - 2022-09-30


  1. pep.

    If I store participants' presence in my MUC, I'm only going to broadcast one of MSN's sessions, (which one I choose seems to be up to me). But then whenever the session for which I'm holding the presence leaves, I need to be able to use another session's presence. So.. in the end I need to store all of them? Or should I probe the resource when I need a presence? This can be refused as I'm probably not in their roster, right?

  2. MattJ

    pep.: I think Prosody stores all of them, one is randomly selected as the session leader, and a new leader is selected if it leaves

  3. pep.

    Ok