jdev - 2021-11-07


  1. lovetox

    so this message moderation xep requires the client to serialize every message to the database?

  2. lovetox

    otherwise how can i attach the *full* message

  3. lovetox

    i guess the server does not care anyway and its enough if i attach <message id=123/>

  4. Zash

    I don't think I understand

  5. lovetox

    ignore me, its 1.30 morning here i go now to bed

  6. lovetox

    i start imaging things

  7. Zash

    heh

  8. Zash

    I would expect the requirements to be similar to last message correction

  9. Zash

    going all the way with message fastening might have more requirements however

  10. thomaslewis

    Hrm… I'm thinking of using cl-xmpp for a bot project, but it looks like I’d have to add MUC code to it. Reading the XEP, it looks like joining/sending to a MUC is just a matter of the correct destination and namespace info. Is it really that simple?

  11. thomaslewis

    Never mind. I just noticed that MUC is already implemented.