-
norayr
is there a extension for xmpp which supports subjects? and it would turnk xmpp to sort of an email thing?
-
singpolyma
No extension needed, subjects are right in the rfc
-
singpolyma
There is an extension if you want cc/bcc type stuff
-
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
-
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>)
-
nicoco_
And about joining the MUC, which was your initial question, this is handled in line 71.