libpurple/protocols/oscar/oscar.c

changeset 34312
4461d5c1e61c
parent 34304
faf0414a8b51
child 34321
f60fcab02bd4
child 34894
df5ed3731148
--- 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.
  */

mercurial