Hi
When a contact is logged into iChat with an ICQ number, HTML tags get displayed.
Is there a fix? Or is this a bug?
Thanks
Adium showing HTML tags on ICQ
- evands
- Cocoaforge Admin
- Posts: 3152
- Joined: Thu Dec 02, 2004 10:55 pm
- Location: Decatur, GA
- Contact:
It's a bug -- an iChat bug, specifically.
---
Developer note:
is the code from the joscar plugin which worked around this stupidity, with a comment of
This needs to be made into a Trac ticket when Trac is back up - be a good 1.0.1 bugfix to use itin the oscar gaim service plugin; I don't want to add it to 1.0 at this stage in the game.
---
Developer note:
Code: Select all
if (([decryptedIncomingMessage rangeOfString:@"ichatballooncolor"].location != NSNotFound) ||
([decryptedIncomingMessage rangeOfString:@"<HTML>"
options:(NSCaseInsensitiveSearch | NSLiteralSearch | NSAnchoredSearch)].location != NSNotFound) ||
Code: Select all
/* iChat ICQ contacts still send HTML. Decode it.
* Some ICQ clients send HTML anyways; the first part of the incoming message will be <HTML>. Decode it.