Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 23592:3249c367577b
When sending MSN OIM's, wrap Base64'd text at 76 characters. Because
it's Base64-encoded, this problem doesn't necessarily occur at exactly
76 characters of text to *send*.
Really fixes #5379.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 15 Jul 2008 01:42:01 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);