Get jabber id from a PurpleConvChatBuddy.

Stu Tomlinson stu at nosnilmot.com
Fri Mar 21 16:26:57 EDT 2008


On Fri, 2008-03-21 at 19:38 +0100, Benjamin Arnaud wrote:
> Hey there, I'm coding a Qt client using libpurple.
> I'm trying to retrieve a jabber ID (eg: John at jabber.com) from
> a PurpleConvChatBuddy. 

See chat_do_im() in pidgin/gtkconv.c - it uses char *who, but you can
get that from a PurpleConvChatBuddy with purple_conv_chat_cb_get_name()

Regards,


Stu.




More information about the Devel mailing list