XSF Discussion - 2021-01-07


  1. Arne

    btw. whats about PEP_vcard_Avatar?

  2. Ge0rG

    Link Mauve: schema.org is still the recommended way to do logo and screenshot?

  3. Link Mauve

    Currently I’d say so.

  4. edhelas

    there's no way to do RSM for item id in Pubsub ?

  5. edhelas

    that could help saving lots of bandwidth

  6. edhelas

    disco#items I mean

  7. Arne

    > Founded by Google, Microsoft, Yahoo and Yandex, Schema.org vocabularies are developed by an open community process, using the public-schemaorg@w3.org mailing list and through GitHub.

  8. jonas’

    edhelas, I don’t quite understand, what are you asking?

  9. edhelas

    basically, today, if you want to pull items from a Pubsub node, you can only do RSM on https://xmpp.org/extensions/xep-0060.html#subscriber-retrieve

  10. edhelas

    the thing is that this return the full payload

  11. edhelas

    another way to do so would be to only list the items id, do RSM on it, and then let the client download manually the items that are not retrieved yet

  12. goffi

    edhelas: RSM is usable with disco, it's even mentioned in XEP-0059. The question is more "which service is implementing it?"

  13. edhelas

    ah, oh

  14. goffi

    we probably should do feature request for various pubsub implementations. I'll open a ticket for SàT PubSub.

  15. goffi

    edhelas: there is also XEP-0312: PubSub Since, or preferably MAM if you want to get new items.

  16. edhelas

    looks like prosody doesn't implement max_items and RSM as well

  17. edhelas

    so no way to split up thing

  18. edhelas

    (i'll check that tonight, i'm at work now)

  19. goffi

    edhelas: SàT PubSub works fine with Prosody and supports max_items and RSM (not for disco#items yet, but for item retrieval it does).

  20. goffi

    and also publish-options, MAM, Order-By, and all the necessary feature

  21. goffi

    even full-text search for a few weeks.