Simulating sending a message

Etan Reisner pidgin at unreliablesource.net
Tue Feb 24 19:53:10 EST 2009


On Tue, Feb 24, 2009 at 09:00:51PM +0200, Ori Idan wrote:
> I would like to add in my plugin an option that it will send a message
> by itself as an answer to certain message.
> I found how to find out the message that I would like to answer (using
> the signal wrote-im-msg) I thought that to send an answer, I should
> emit the same signal with the message I wanted. I tried it and it did
> not do anything.

purple_conv_im_send - http://developer.pidgin.im/doxygen/dev/html/conversation_8h.html#47c43b2add3028310fa207d8aa5e6714

purple_conv_im_send_with_flags - http://developer.pidgin.im/doxygen/dev/html/conversation_8h.html#e89ef598319f237e297363f3a0862507

    -Etan




More information about the Devel mailing list