XSF Discussion - 2019-05-30


  1. Kev

    Doing stuff, hang on.

  2. jonas’

    kthx :)

  3. Kev

    Stuff is cleaning, but there's many gigs free now.

  4. jonas’

    login to the wiki still does not work though

  5. jonas’

    maybe it needs a restart

  6. jonas’

    fixed

  7. Kev

    Total reclaimed space: 216.7GB

  8. Kev

    Probably we should have done that at some point before.

  9. jonas’

    cron.weekly?

  10. pep.

    docker system prune -af as a regular thing may help

  11. Zash

    Hm, did the logs get truncated too? https://logs.xmpp.org/xsf/2019-05-30?p=h

  12. Kev

    I'd be surprised if they weren't.

  13. Zash

    Yeah, looks like there's a hole between aproximately 21:08 UTC and "Doing stuff, hang on"

  14. Alex

    thanks to our admins for fixing, you rock 👍

  15. eevvoor

    Has anybody tried ElasticSearch's XMPP plugins?

  16. pep.

    If I wanted to change RFC5122, how would I do that? Can I write a XEP that modifies it, and then maybe at some point get it merged if it's good enough?

  17. Zash

    The IETF way would be to write an RFC that updates it.

  18. pep.

    Specifically, I'm want to have either ihierxmpp or iquerycomp optional

  19. pep.

    Specifically, I'd want to have either ihierxmpp or iquerycomp optional

  20. pep.

    (remove the mandatory requirement on ihierxmpp)

  21. pep.

    Unless there's another way to do what I want to do, which is something like `xmpp:?;node=urn:xmpp:microblog:0;body="Look at this cool new thing!"`, for webthing operators to put on their sites so user can click on advertize on different networks.

  22. pep.

    I need this because at this point the website doesn't know the user jid

  23. Zash

    Isn't `xmpp://` legal as-is?

  24. pep.

    I don't need `//` though do I? And what would that even mean

  25. Zash

    It means something

  26. Ge0rG

    It means an xmpp account and not a contact

  27. pep.

    Right, but the website wouldn't know about the xmpp account anyway right

  28. pep.

    Can I do xmpp://?node=... ?