jdev - 2024-07-31


  1. seil

    Hey everybody. Is xmppjs no longer maintained?

  2. seil

    Hey everybody. Is xmppjs no longer maintained or is it considered "perfect" (in a sense where there is nothing left to do)?

  3. singpolyma

    xmpp.js you mean? It is maintained

  4. seil

    > xmpp.js you mean? It is maintained there hasn't been a commit in two years

  5. singpolyma

    I have several open prs which have been looked at a bit. the maintainer is busy but around

  6. seil

    Two years with nothing is still a little concerning, but I am glad to hear that :]

  7. singpolyma

    XMPP doesn't change often 🙂

  8. seil

    > XMPP doesn't change often 🙂 I definitely thought of that, but surely there has to be some new javascript feature that can improve UX or DX

  9. singpolyma

    Maybe. It works pretty well

  10. seil

    even if xmppjs is essentially just a glorified fetch()

  11. singpolyma

    I'm building a whole sdk around it

  12. seil

    https://share.seil.zip:5281/file_share/_hxmhzffmn9xApSkpnPBFrYb/6fae43fd-eebf-4e8a-81f0-864ac3a48ec7.png

  13. seil

    Element.children = Node[] but there is no way I can access any attrs etc without typescript screaming and kicking at me

  14. seil

    Nevermind, seems like .getChildElements is a thing :D