jdev - 2023-10-17


  1. singpolyma

    If one JID joins MUC twice, each with a distinct nick, then I will end up with two nicks that have the same occupant-id yes?

  2. lovetox

    hm indeed, and is this a problem?

  3. lovetox

    yeah i guess, now one occupant id maps to two entities with different nicknames ..

  4. lovetox

    its not necessarily a problem i guess, it just needs to be considered while developing, to not expect that a occupant id maps to one user of the muc

  5. lovetox

    hm i checked my code, and i dont think this would be a problem, it just would be like the user changes very oft nickname

  6. lovetox

    hm i checked my code, and i dont think this would be a problem, it just would be like the user changes very often nickname

  7. singpolyma

    Yes, it's not a problem per se, but needs careful handling. I can't "just" use the occupant id as the id of my participant list for example