XSF Discussion - 2023-06-03


  1. nicoco

    https://data.xmpp.net/explore/ seems to be down, is it temporary or a goodbye?

  2. cal0pteryx

    wasn't there a discussion about setting up an uptime-kuma instance?

  3. cal0pteryx

    would certainly help to detect those cases :)

  4. nicoco

    I think I remember Matt saying it wasn't really made for public use, so maybe it was taken down

  5. emus

    I think thats not entirely right. It was made for community to host certain data as I understood

  6. emus

    nicoco: Maybe ask in the infrastructure chat?

  7. emus

    xmpp:iteam@muc.xmpp.org?join

  8. nicoco

    thanks! good idea

  9. edhelas

    what would be the best way to embed some SVG in a Pubsub entry ?

  10. edhelas

    Is there some kind of wrapper already defined ?

  11. singpolyma

    edhelas: shouldn't need any kind of wrapper

  12. edhelas

    https://xmpp.org/extensions/xep-0446.html

  13. edhelas

    This looks good

  14. singpolyma

    edhelas: that's the SIMS clone, right? Not sure it is needed for SVG which is already XML native?

  15. edhelas

    Well I'd like to put a few metadata next to the SVG

  16. edhelas

    Like a name and hashes at least

  17. singpolyma

    If the SVG is inline does adding hashes really do anything?

  18. singpolyma

    I think SVG has a title element

  19. edhelas

    Indeed 🤔

  20. edhelas

    <svg> <title id="unique-id">Checkout</title> <desc>A shopping cart icon with baguettes and broccoli in the cart.</desc> </svg>

  21. edhelas

    Nothing to do \o/

  22. singpolyma

    Yeah, SVG is pretty great

  23. edhelas

    :)

  24. edhelas

    The upcoming XEP will be pretty simple ;)

  25. singpolyma

    Sometimes I think people overcomplicate things in order to justify writing a xep for it, hehe

  26. MSavoritias (fae,ve)

    A XEP looks nice on the resume ;)