simple purple_conversation_write
frederico schardong
frede.sch at gmail.com
Thu Apr 30 08:04:53 EDT 2009
OK,
I send a message successfully using this:
PurpleConversation *gconv;
PurpleConvIm *im;
gconv = purple_conversation_new(PURPLE_CONV_TYPE_IM, accountt,
"hmoih at yahoo.com.br");
im = purple_conversation_get_im_data(gconv);
purple_conv_im_send(im, "Testing");
hmoih at yahoo.com.br received the messages, but in terminal this
messages is showed in the first message that I send:
(hmoih at yahoo.com.br) (02:59:36) moisesh: Logging of this conversation failed.
What this means?
More information about the Devel
mailing list