-
Arne
Congrats!
-
nicoco
ohhh congrats edhelas! is 0.22rc1 out already?
-
edhelas
soo
-
edhelas
n
-
Anderson
hello. how are they?✎ -
Anderson
hello ✏
-
Anderson
One question: how can I create a video calling software in python? is that I only find documentation for text messages
-
jonas’
you'll probably want to look into the direction of the Jingle XMPP protocol and WebRTC
-
Anderson
And with a server configured with Prosody and STUN/TURN it won't be enough?
-
jonas’
server-side that's good enough
-
Anderson
Do you know of any python library that can do video calls? because the aioxmpp, slixmpp and xmpppy libraries seem to work only for text messages.
-
Anderson
the truth has been difficult to find the documentation to make this system
-
mathieui
Anderson, gajim (and thus nbxmpp) has both
-
Anderson
mathieui
-
Anderson
Thank you! Will it be very difficult to use this library?
-
Martin
Isn't Gajim only supporting some old standard which is not compatible with conversations/siskin/Dino?
-
Anderson
it is not compatible?
-
singpolyma
Probably further ahead to glue libwebrtc or another WebRTC stack to one of the python libs
-
Anderson
What a pity. And will there be libraries for Android?
-
Anderson
Seriously, I'm just having trouble creating my own client
-
singpolyma
You're looking for Android? I thought for python?
-
Anderson
I am also looking for android
-
singpolyma
Android your best bet might be to look at the conversations codebase. It's definitely not a library but everything is there to make one
-
Anderson
would be two clients: one for Python and one for Android
-
Anderson
singpolyma I understand
-
singpolyma
I'd love it if the ecosystem had more complete libraries, but right now I think most libraries are used by bot and component authors and most clients don't use one 😞
-
Anderson
singpolyma yes, really yes, it would be great if the libraries were more complete