cdidier / irssi-xmpp

irssi-xmpp is an irssi plugin to connect to the Jabber network.
GNU General Public License v2.0
69 stars 22 forks source link

Feature request: autocompletion of jid #16

Open lorenzog opened 8 years ago

lorenzog commented 8 years ago

When querying someone with

/query nick

I always receive replies from the full JID. It would be nice if there was an auto-completion that provided the full JID. For example, to talk with 'user' I have to type:

/query user@chat.server.example.com/resource

Which is quite long. If I type /query user I get their replies fom user@chat.server.example.com/resource which goes in a separate query window.