-
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.
-
dwd
I was wondering about supporting it, but I think I need FDP first.
-
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 ↺
-
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).
-
singpolyma
Probably want ad hoc commands for that? Something more structured than suggested bot messages
-
raphael
> jjj333_p (any pronouns) wrote: > what lib are you using? I’m using xmpp.py ↺
-
jjj333_p (any pronouns)
> I’m using xmpp.py huh. typically for python id recommend slixmpp ↺
-
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.
-
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 -
lovetox
adhoc commands are nice if you want to query the bot for something
-
lovetox
but how would it look the other way around
-
lovetox
the bot wants to message you, there is not really a message that says, hey execute that adhoc command on me
-
singpolyma
You can include a list of ad hoc commands in a message. It's in the xep. We use this in practise