jdev - 2022-09-10


  1. pep.

    Is the 210 status code in MUC only ever sent if the nick is being changed by the MUC. Istr it appeared in self-presence here and there

  2. pep.

    https://xmpp.org/extensions/xep-0045.html#example-21 are all these @from correct? it should be first/second/thirdwitch right?

  3. pep.

    It would have been great if <nick/> had been a thing at the time :/

  4. pep.

    "/nick" is yet another ugly hack

  5. lovetox

    a presence is updated, and this example shows the muc broadcasting the presence to occupants

  6. lovetox

    so yes the from must be the same for all presences

  7. pep.

    Not sure I get it then

  8. pep.

    It's the MUC sending 3 times almost the same thing to the same person?

  9. pep.

    Ah no it's to all. Ok it's confusing

  10. pep.

    Oh it's the @to that's different.. I realize only now.

  11. pep.

    Is there a MUC implementation that forces all resources to the same nick?

  12. Zash

    Could be done with a Prosody plugin.

  13. pep.

    I might go with this atm in my component as it's probably easier to handle