jdev - 2022-12-28


  1. nicoco

    thanks all for the interesting ~backlog~archive I triggered yesterday :) new naive MAM question of the day: are there cases where a client uses both an "after-id" in the form and an "after" in RSM? My guess is yes, so this leads me to the second question of the day: is it safe to assume that "rsm-after" is later than "form-after", thus effectively only using "rsm-after" for my internal queries?

  2. MattJ

    Processing stuff from a client? It's safe to assume nothing 🙂

  3. MattJ

    Having two places you can specify an id can be confusing, but it's best if you understand that the form is for selecting results, and RSM is for paging within those results

  4. MattJ

    If the client filtered using 'after-id' in the form, and then specified an after id in RSM that isn't in the matching results, the appropriate error is https://xmpp.org/extensions/xep-0059.html#notfound

  5. nicoco

    ok, thanks! I was typing a long message, but your pointer is actually all I needed.

  6. pep.

    https://xmpp.org/extensions/xep-0045.html#example-51 How does "the service" modify a user's nickname? Can this be triggered via muc#admin/owner or sth?