Expose Ad-Hoc Command upon input of forward slash
Upon input of / (forward slash), expose the list of Ad-Hoc Commands of a given entity.
When no Ad-Hoc Command are available, this is what is to be seen.
+-----------------------------------------+
| Commands |
+-----------------------------------------+
| /help |
| /me [message...] |
| /status { online,away,xa,dnd} [message] |
+-----------------------------------------+
When Ad-Hoc Command are available, this is what could be seen.
+-----------------------------------------+
| Ad-Hoc Commands |
+-----------------------------------------+
| Browse |
| Search |
| Settings |
| About |
+-----------------------------------------+
| Commands |
+-----------------------------------------+
| /help |
| /me [message...] |
| /status { online,away,xa,dnd} [message] |
+-----------------------------------------+
Reference: https://dev.gajim.org/gajim/gajim/-/issues/12286
Hi, I wanted to start working on this feature, but I am not sure whether anybody is already working on it or not. Can you please help me out in this? @jcbrand
@Arup3201 Nobody is working on this as far as I know. However, I'm not sure whether this is a good first issue to start working on. It might be a better idea to make some small changes first, before tackling this, so that you get some time to familiarize yourself with the codebase.
Here's for example a fairly simple ticket you could tackle to get started: https://github.com/conversejs/converse.js/issues/1521
That said, if you're determined to work on this task, please go ahead. If you have specific questions, I can also try to answer them, but I can't coach you or lay out in detail what you need to do to finish this task.
Thanks @jcbrand for the help. As you said, for my first issue this issue might not be easy for me. I am checking the one that you mentioned, I think nobody is working on it right now, correct?