vote up 1 vote down star

Hi Everyone

I'm using Pidgin 2.5.5 with SIPE for talking to MS Communicator user at work. The MS Communicator was just now upgraded and I'm seeing HTML markup with messages.

Are there any plugins to interpret HTML and apply the styles or parse it out ?

Thanks -G

EDIT1: I'm running this on Windows EDIT2: my convos look like person@address (time) no

flag
Are you talking about live during a conversation or in logs? – A. Scagnelli Aug 25 at 15:07
during conversations – George Aug 26 at 12:59
Upgrading Pidgin would be a good idea, too. – grawity Aug 26 at 17:27
upgraded - didn't help – George Aug 27 at 15:10
Oops, I think I missed the point in my answer. For clarification, did you mean you've got bold text in your IMs, or you have raw <b></b> tags in your IMs? (I assumed the former; the other answers assumed the latter.) – Miss Cellanie Nov 21 at 19:45
show 1 more comment

3 Answers

vote up 2 vote down

edit I had assumed that George wanted to get rid of formatting in IMs, transforming "Hello World" to "Hello World" but I had misunderstood. The issue is getting rid of the HTML when the IM is "<i>Hello</i> World." I would remove my answer, but I'm concerned that someone else will misunderstand it too, so I thought I'd try to help explain.

Tools > Preferences > Conversations has an option to display your current IMs in plain text. Uncheck the option "Show formatting on incoming messages."

If you want to make your logged IMs consistent with this, go to the Logging tab and choose "Plain text" for the log format.

I just confirmed these options for Pidgin 2.5.6 on Windows, but I think they're pretty consistently available.

link|flag
this did not help – George Nov 27 at 21:27
vote up 1 vote down

Can't you write perl one liners for pidgin that do filtering? If so write one with a regex like s/<.*?>//g or get fancy with a module for html stripping.

link|flag
requires installing ActivePerl. trying it out now – George Aug 26 at 13:15
vote up 1 vote down

Could DeWYSIWYGification Plugin help? I'm not sure but give it a shot.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.