Modern XMPP project discussion - 2025-12-04


  1. 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?

  2. 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.

  3. 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.

  4. quantumwings

    Xmpp specific thing is to run as a component instead of a client, but I don't know how much that changes things.

  5. menel

    https://libervia.org/__b/doc/backend/libervia-cli/ and do a lot

  6. 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)