[gaim-migrate @ 6325]

Sun, 15 Jun 2003 15:09:01 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sun, 15 Jun 2003 15:09:01 +0000
changeset 5893
87598b0d62de
parent 5892
fe6738e57d73
child 5894
0e5f40d4450b

[gaim-migrate @ 6325]
Dear Mark,
Chips and dip night was lots of fun! Thanks for the idea! I told you that
the 0x81 thing wasn't the problem. The server sends that when it already
has the icon with the given md5sum cached. The client then resends the SSI
modify packet to get the server to actually use that icon. This is not what
is causing the loop; the loop happened before I added that code, and happens
when that code doesn't get called.
Love, Sean.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Sun Jun 15 09:28:57 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Jun 15 15:09:01 2003 +0000
@@ -5489,8 +5489,8 @@
 								   "Can't stat buddy icon file!\n");
 					}
 				}
-			} /* else if (flags == 0x81)
-				aim_ssi_seticon(od->sess, md5, length); */
+			} else if (flags == 0x81)
+				aim_ssi_seticon(od->sess, md5, length); 
 		} break;
 
 		case 0x0002: { /* We just set an "available" message? */

mercurial