jdev - 2026-08-03


  1. alexiamo

    hello?

  2. jjj333_p (any pronouns)

    alexiamo, hi

  3. alexiamo

    how its goin?

  4. alexiamo

    im working on a xmpp bot

  5. jjj333_p (any pronouns)

    congrats

  6. jjj333_p (any pronouns)

    do you need help or?

  7. alexiamo

    i just dont have a plan

  8. alexiamo

    i finish the 3th test code and its working

  9. alexiamo

    now i just gonna add a ai feature

  10. alexiamo

    which language you using btw?

  11. jjj333_p (any pronouns)

    i personally use slixmpp with python

  12. alexiamo

    > i personally use slixmpp with python cool, i have two fav languages, go and typescript

  13. jjj333_p (any pronouns)

    both of those unfortunately have not great libraries

  14. jjj333_p (any pronouns)

    i prefer go personally, but its barely usable

  15. jjj333_p (any pronouns)

    (for xmpp im talking, this muc is about developing for xmpp)

  16. alexiamo

    > both of those unfortunately have not great libraries so python is better?

  17. jjj333_p (any pronouns)

    for making a simple xmpp bot, i would say so

  18. jjj333_p (any pronouns)

    all my xmpp bots are in python

  19. jjj333_p (any pronouns)

    im unsure about the state of libraries outside of my umbrella (js, go, python, c(++) )

  20. singpolyma

    xmpp.js is pretty ok for low level typescript

  21. jjj333_p (any pronouns)

    i think i mightve tried to use that one, and ragequit because i couldnt print debug as it uses recursive objects but if i set a breakpoint it breaks the websocket and has to reconnect when i resume singpolyma,

  22. jjj333_p (any pronouns)

    for my project that used a js frontend i ended up wrapping libstrophe with c++ and just used saucer instead of electron (its a long story but it needed to be a webview)

  23. jjj333_p (any pronouns)

    which in the end was a better solution probably anyways