XSF Discussion - 2022-04-25


  1. qwestion

    Could muc servers "number each msg in sequence" so as to give some indication to clients that they omitted dldingvsome msgs in muc mam? It really lowers the quality of interactions with people when youre not sure if they ignored you, didnt see your msg or you didnt receive their answer

  2. qwestion

    Could muc servers "number each msg in sequence" so as to give some indication to clients that they omitted downloading some msgs in muc mam? It really lowers the quality of interactions with people when youre not sure if they ignored you, didnt see your msg or you didnt receive their answer

  3. moparisthebest

    qwestion, that's basically what muc-mam does

  4. qwestion

    moparisthebest: C , my client, misses so many, so the issue is just client side?

  5. moparisthebest

    qwestion, Conversations implements it, is it turned on in the MUCs you care about? (that's a muc-server-side setting)

  6. Link Mauve

    qwestion, probably, make sure MAM is enabled on your server, make sure MAM is not disabled in your MUC.

  7. mjk

    And also make sure Conversations' muc mam retrieval isn't buggy (spoiler: it is :)).

  8. mjk

    Probably won't be fixed until the one version that shall not be named

  9. Tobias

    Will the message ID of the message a client sends to a MUC room end up in any MAM archive? Or only the one the MUC room uses to distribute the message?

  10. MattJ

    The id attribute?

  11. MattJ

    These are the same in most/all implementations (I was under the impression M-Link preserves the client's id now, like other MUC servers do)

  12. Tobias

    yes

  13. Tobias

    ok