-
seil
Hey everybody. Is xmppjs no longer maintained?✎ -
seil
Hey everybody. Is xmppjs no longer maintained or is it considered "perfect" (in a sense where there is nothing left to do)? ✏
-
singpolyma
xmpp.js you mean? It is maintained
-
seil
> xmpp.js you mean? It is maintained there hasn't been a commit in two years ↺
-
singpolyma
I have several open prs which have been looked at a bit. the maintainer is busy but around
-
seil
Two years with nothing is still a little concerning, but I am glad to hear that :]
-
singpolyma
XMPP doesn't change often 🙂
-
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 ↺
-
singpolyma
Maybe. It works pretty well
-
seil
even if xmppjs is essentially just a glorified fetch()
-
singpolyma
I'm building a whole sdk around it
-
seil
https://share.seil.zip:5281/file_share/_hxmhzffmn9xApSkpnPBFrYb/6fae43fd-eebf-4e8a-81f0-864ac3a48ec7.png
-
seil
Element.children = Node[] but there is no way I can access any attrs etc without typescript screaming and kicking at me
-
seil
Nevermind, seems like .getChildElements is a thing :D