-
alexiamo
hello?
-
jjj333_p (any pronouns)
alexiamo, hi
-
alexiamo
how its goin?
-
alexiamo
im working on a xmpp bot
-
jjj333_p (any pronouns)
congrats
-
jjj333_p (any pronouns)
do you need help or?
-
alexiamo
i just dont have a plan
-
alexiamo
i finish the 3th test code and its working
-
alexiamo
now i just gonna add a ai feature
-
alexiamo
which language you using btw?
-
jjj333_p (any pronouns)
i personally use slixmpp with python
-
alexiamo
> i personally use slixmpp with python cool, i have two fav languages, go and typescript
-
jjj333_p (any pronouns)
both of those unfortunately have not great libraries
-
jjj333_p (any pronouns)
i prefer go personally, but its barely usable
-
jjj333_p (any pronouns)
(for xmpp im talking, this muc is about developing for xmpp)
-
alexiamo
> both of those unfortunately have not great libraries so python is better?
-
jjj333_p (any pronouns)
for making a simple xmpp bot, i would say so
-
jjj333_p (any pronouns)
all my xmpp bots are in python
-
jjj333_p (any pronouns)
im unsure about the state of libraries outside of my umbrella (js, go, python, c(++) )
-
singpolyma
xmpp.js is pretty ok for low level typescript
-
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,
-
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)
-
jjj333_p (any pronouns)
which in the end was a better solution probably anyways