--- a/libpurple/protocols/oscar/oscar.c Fri Aug 23 11:32:53 2013 +0200 +++ b/libpurple/protocols/oscar/oscar.c Mon Aug 26 17:21:22 2013 +0200 @@ -5433,6 +5433,13 @@ return TRUE; } +gsize +oscar_get_max_message_size(PurpleConnection *gc) +{ + /* got from pidgin-otr */ + return 2343; +} + /* TODO: Find somewhere to put this instead of including it in a bunch of places. * Maybe just change purple_accounts_find() to return anything for the prpl if there is no acct_id. */