-
grey
Is there such a thing as a Jabber client, that has features like OMEMO encryption, and ability to send and receive files, but it can be controlled by other external programs/scripts?
-
grey
I am asking because I want to try to make a jabber bot, like how I have seen a zillion people make IRC bots.
-
quantumwings
Not an expert on bot programming, only ever made a very simple discord bot, but they tend to embed a client library instead of automate an external client.
-
quantumwings
Xmpp specific thing is to run as a component instead of a client, but I don't know how much that changes things.
-
menel
https://libervia.org/__b/doc/backend/libervia-cli/ and do a lot
-
AZERTY keyboard
> I am asking because I want to try to make a jabber bot, like how I have seen a zillion people make IRC bots. Some xmpp bots use slixmpp (Python library for xmpp) ↺