libpurple/protocols/yahoo/libymsg.c

branch
soc.2013.gobjectification
changeset 34894
df5ed3731148
parent 34889
4ea2da14cd0e
parent 34312
4461d5c1e61c
child 34904
dee62fd8249d
child 36583
0582190c9382
--- a/libpurple/protocols/yahoo/libymsg.c	Fri Aug 23 15:07:48 2013 +0530
+++ b/libpurple/protocols/yahoo/libymsg.c	Tue Aug 27 04:18:00 2013 +0530
@@ -5130,3 +5130,9 @@
 	return list;
 }
 
+gsize
+yahoo_get_max_message_size(PurpleConnection *gc)
+{
+	/* got from pidgin-otr */
+	return 799;
+}

mercurial