# HG changeset patch # User Luke Schierer # Date 1056202523 0 # Node ID 3014de25a8a4ae4911daece0b00f6d543c495fe7 # Parent 023c5f380b5c29622d6a6ed794c49d69eb1cdd08 [gaim-migrate @ 6379] Tim Ringenbach writes: "Here's a one liner to make gaim process YAHOO_SERVICE_CHATMSG packets, which are the same as normal YAHOO_SERVICE_MESSAGE packets, although they seem less featureful. The java client at chat.yahoo.com sends these. It receives the normal ones that gaim sends back fine however. Without this patch, IMs from the java yahoo chat client (possibly others?) just get ignored, which is probably a BadThing(TM)." I tend to agree that missing messages is a Bad Thing, and i know sean won't look at this patch. He'll probly just reverse it because he probly won't like it, but hopefully this way he might at least give some feedback, and maybe it will even stay in and do gaim some good. committer: Tailor Script diff -r 023c5f380b5c -r 3014de25a8a4 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Sat Jun 21 09:54:33 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Sat Jun 21 13:35:23 2003 +0000 @@ -857,6 +857,7 @@ break; case YAHOO_SERVICE_MESSAGE: case YAHOO_SERVICE_GAMEMSG: + case YAHOO_SERVICE_CHATMSG: yahoo_process_message(gc, pkt); break; case YAHOO_SERVICE_NEWMAIL: