jdev - 2023-05-04


  1. Guus

    Kind of surprised Spark isn't working. It hasn't changed much since :) What's the issue there?

  2. Zash

    TLS versions most likely?

  3. adx

    Guus: missing symbols in windows dlls - i.e compiled for newer windowses

  4. adx

    to be fair, i only checked as far as the current archive goes - that would be up to 2014

  5. moparisthebest

    Are there good tools for load testing XMPP servers?

  6. Zash

    There's https://github.com/processone/rtb and https://github.com/processone/tsung and variosu simpler things

  7. Zash

    There's https://github.com/processone/rtb and https://github.com/processone/tsung and various simpler things

  8. moparisthebest

    Those look very nice thanks!

  9. Zash

    https://gist.github.com/zeen/3738934 is a thing we've used in the past

  10. Zash

    https://gist.github.com/zeen/3738934 is a thing we've (prosody devs) used in the past

  11. moparisthebest

    Also nice

  12. Guus

    adx: That's a pity. I am guessing that's only an issue with the installers, as the client itself is Java based.

  13. singpolyma

    If I want to do a bot from node/deno what's my best bet for library? xmpp.js?

  14. moparisthebest

    singpolyma: xmpp-rs compiled to webasm

  15. moparisthebest

    Actually probably that's the path to pain don't do it 🤣

  16. moparisthebest

    XMPP.js or perhaps converse headless

  17. singpolyma

    Yeah, it's not really for me, but for suggesting to JS devs and/or maybe a blog post

  18. singpolyma

    Does the library converse is on support TCP when used in node? I'm not looking for browser support

  19. singpolyma

    XMPP.js actually looks fairly promising now that I read it more

  20. singpolyma

    I think it doesn't support deno easily but I can be boring and do this one on node

  21. moparisthebest

    I actually don't know anything about conversejs-headless other than I've heard the name