jdev - 2022-07-21


  1. Maranda

    OHHH new room icon 🤩

  2. emus

    > I wrote: > jonas’, MattJ: I also like it. Maybe we can use it in of the other chats? we shouldn't have big mucs without avatar jonas’: and what do you think?

  3. hearty

    what's the best xmpp api for python?

  4. MattJ

    hearty, slixmpp or aioxmpp are the best options I think

  5. rom1dep

    hearty: what do you want to do?

  6. hearty

    simple echo bot

  7. hearty

    > MattJ: > hearty, slixmpp or aioxmpp are the best options I think What are you using?

  8. MattJ

    Neither, I don't use Python very much

  9. rom1dep

    I've had a good time with errbot.io in the past, I don't know how maintained it is these days

  10. hearty

    > MattJ: > Neither, I don't use Python very much what are you using if not python?

  11. MattJ

    Mostly Lua

  12. hearty

    what's your favorite lib in lua?

  13. hearty

    for xmpp

  14. MattJ

    There's only one as far as I know, verse, which I wrote

  15. MattJ

    But it's not in the best state for someone new to XMPP

  16. MattJ

    or new to Lua

  17. hearty

    Everyone needs to start from something

  18. MattJ

    I agree, but Verse is not currently packaged anywhere and it's hard to build

  19. Kev

    There's Sluift as well, but that's probably not what one wants for a general purpose library.

  20. Sam

    hearty: aioxmpp, hands down, if you're doing python.

  21. rom1dep

    There should be a PS to that "...and if you can tolerate the clustercrap that python async IO is"