[Pidgin] #15621: libpurple Gadu-Gadu HTML tags problem

Pidgin trac at pidgin.im
Fri Mar 14 08:14:24 EDT 2014


#15621: libpurple Gadu-Gadu HTML tags problem
------------------------+-------------------------
 Reporter:  biszkopcik  |       Owner:  tomkiewicz
     Type:  defect      |      Status:  closed
Milestone:              |   Component:  Gadu-Gadu
  Version:  2.10.7      |  Resolution:  invalid
 Keywords:              |
------------------------+-------------------------

Comment (by vitalyster):

 Yes, Spectrum strip tags from '''incoming''' messages, but this ticket is
 about '''outgoing''' messages, which are always plain-text on Spectrum
 side.
 I see the following in libpurple's conversation.c:


 {{{
         /* Always linkfy the text for display, unless we're
          * explicitly asked to do otheriwse*/
         if (!(msgflags & PURPLE_MESSAGE_INVISIBLE)) {
                 if(msgflags & PURPLE_MESSAGE_NO_LINKIFY)
                         displayed = g_strdup(message);
                 else
                         displayed = purple_markup_linkify(message);
         }

 }}}

 Am I understand right, that Spectrum should set PURPLE_MESSAGE_NO_LINKIFY
 flag to solve this problem?

-- 
Ticket URL: <https://developer.pidgin.im/ticket/15621#comment:11>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list