vote up 1 vote down star

Should I write my own or is there a library function that already does that? I need this for a pidgin plugin, so if there is something in the pidgin/purple/gnome libraries, that would be ideal. But other sources are fine, too.

flag

62% accept rate

1 Answer

vote up 1 vote down check

You could use apreq_encode() from libapreq2. Note that your write buffer needs to be 3 * src_length + 1 big, which isn't necessarily clear from the doc snippet.

link|flag
thanks, i'll try that – Kim Sep 11 at 16:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.