jdev - 2023-10-15


  1. norayr

    is there a extension for xmpp which supports subjects? and it would turnk xmpp to sort of an email thing?

  2. singpolyma

    No extension needed, subjects are right in the rfc

  3. singpolyma

    There is an extension if you want cc/bcc type stuff

  4. nicoco_

    Michael: there are examples in the slixmpp repo, if you want another one I recently made a MUC bot with it, you might find it interesting: https://git.sr.ht/~nicoco/jellyfix/tree/main/item/jellyfix/examples/xmpp_bot.py

  5. nicoco_

    Line 64 might be interesting if you want most clients to display an image inline, notably Conversations. That requires a non-obvious syntax and to include the URL of the image in 2 different places (<body> and <oob>)

  6. nicoco_

    And about joining the MUC, which was your initial question, this is handled in line 71.