jdev - 2026-07-30


  1. erik

    theTedd, hmm. but https://xmpp.org/software/?category=clients&xeps=0439 shows exactly zero clients with support. So the fact that the xep exists doesn't mean much in this case.

  2. dwd

    I was wondering about supporting it, but I think I need FDP first.

  3. singpolyma

    > theTedd, hmm. but https://xmpp.org/software/?category=clients&xeps=0439 shows exactly zero clients with support. So the fact that the xep exists doesn't mean much in this case. Well the time for the xep is past I think. That style of bot fad didn't last long

  4. erik

    For bot interaction probably. I can see that it does speed up interaction with computer systems (server processes) though, if that server process doesn't have a web ui (or the device you're working on doesn't do both at the same time very well, like a phone or tablet).

  5. singpolyma

    Probably want ad hoc commands for that? Something more structured than suggested bot messages

  6. raphael

    > jjj333_p (any pronouns) wrote: > what lib are you using? I’m using xmpp.py

  7. jjj333_p (any pronouns)

    > I’m using xmpp.py huh. typically for python id recommend slixmpp

  8. erik

    wouldn't bot message suggestions be able to offer a more direct interface? ad hoc commands are usually "hidden" deep down in menus; for the response suggestions, I'd expect that it would be possible to have a UI rendering which renders closer to the actual message which wants the response.

  9. singpolyma

    an app can choose to "hide" message suggestions deep in the menu too. We can suggest they have a good UI in either case but the protocol doesn't make a difference for that

    💯 1
  10. lovetox

    adhoc commands are nice if you want to query the bot for something

  11. lovetox

    but how would it look the other way around

  12. lovetox

    the bot wants to message you, there is not really a message that says, hey execute that adhoc command on me

  13. singpolyma

    You can include a list of ad hoc commands in a message. It's in the xep. We use this in practise