jdev - 2023-10-01


  1. opal

    meson: thanks for the telegra.ph link, bookmarked it so i can shove it over to the people who need to see it :)

  2. opal

    idk if it was here or xsf, but im tempted to take up the "MUC bots with functionality exposed over xmpp forms" one of these days since i find it could be useful e.g. for a music request bot, in a MUC associated with a livestream

  3. opal

    song requests are common enough on twitch (and discord for that matter) and maybe it'd be nicer to expose a UI for that rather than have chat littered with !sr commands

  4. opal

    song requests are common enough on twitch (and discord for that matter) and maybe it'd be nicer to expose a UI for that rather than have chat littered with !sr or !queue commands

  5. opal

    basically i'd like to come up with the code/PoC before i would make any attempt to standardise

  6. singpolyma

    opal: I have a PoC running in the sopranica MUC and published the prosody module I wrote for it, if you're interested

  7. opal

    ah yeah invite me over (wowaname@volatile.bz) and i can see it

  8. opal

    and/or link the module

  9. opal

    are there clients that choke on it or is it fairly cut and dry how it's handled

  10. singpolyma

    Works in Cheogram Android and gajim at least

  11. opal

    thats promising if it works on mobile

  12. singpolyma

    xmpp:discuss@conference.soprani.ca?join

  13. singpolyma

    The image previews only work in a pre release and need some work, but that's specific to the giphy bot case, for song suggestions you don't need that part I expect

  14. opal

    yeah

  15. opal

    ok yeah that is slick

  16. singpolyma

    https://modules.prosody.im/mod_muc_adhoc_bots.html is the module

  17. singpolyma

    the giphy bot is https://git.singpolyma.net/muc_adhoc_bot_giphy

  18. opal

    awesome :) thanks