[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Irssi-xmpp-dev] Playing around with the current irssi-xmpp
Hi, I just tested todays snapshot of irssi-xmpp and it seems to work quite ok. However, we use MUC primarily and I found one thing that was a little strange.
/msg dummyuser Test
would give me a new window with:
Starting query in ardendo with dummyuser
<mynick> Test
However the user dummyuser wouldn't receive this. To get it to work I had to use the jid like
/msg dummyuser@domain.hid Test
Starting query in ardendo with dummyuser@domain.hid
but then I didn't get the <mynick> Test part in the window even if the "Test" got sent to the recipient...
however, after that things seemed to work as expected. So it is just the initial message that isn't shown in the window.
but I guess /msg nick should match the nick and lookup the jid. However, at our place the jid:s are quite cryptic, so showing the nicks are the best way to identify people. So I think it is preferable that a chat initiated from /msg nick keeps showing the nick in the private chat window.
Just thought you wanted to know my findings.
//Mattias