Version: 0.10.91 (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.3.5 OS: Linux The messageContact DCOP call requires the id of the contact you wish to message. This is useful since it is unique. However it would often be useful to message a contact by their nickname/name in the contact list. For example from the notifications system it is only possible (afaik) to get the nick of the incoming message so to autorespond/pounce on someone you need to be able to reply by the nickname. I've been using it for various things for a few weeks and there are other reasons i've found it useful but can't think of them right now.
Created attachment 12430 [details] adds messagecontactbynick dcop call This works for me, however I have no idea what i'm doing.
Hi, thanks for the patch. But you can't modify the Kimiface like that. This call is too Kopete specific while kimiface is the interface common which all IM client. You better should add it in the KopeteIFace. Also, nickname and displayName are two different things. You used findMetaContactByDisplayName, so you should call your function messageContactByDisplayName
Created attachment 12439 [details] same thing in kopeteiface perhaps something like this?
Dear user, unfortunately Kopete is no longer maintained. Please migrate to another solution, e.g. for Jabber a possibility is Kaidan, for Matrix a candidate is NeoChat.