[Pidgin] #12829: Smileys with asterisk don't show because they are damaged in gtalk

Pidgin trac at pidgin.im
Mon Nov 1 00:13:06 EDT 2010


#12829: Smileys with asterisk don't show because they are damaged in gtalk
-----------------------------------------+----------------------------------
 Reporter:  sedaha                       |        Owner:  deryni
     Type:  defect                       |       Status:  new   
Milestone:                               |    Component:  XMPP  
  Version:  2.7.4                        |   Resolution:        
 Keywords:  smileys asterisk xmpp gtalk  |  
-----------------------------------------+----------------------------------
Changes (by darkrain42):

  * status:  pending => new


Comment:

 I think we do actually do some incoming formatting when the receiving
 account is a Google Talk account (I notice this every once-in-a-while):
 {{{
         if (jm->js->googletalk && jm->xhtml == NULL) {
             char *tmp = jm->body;
             jm->body = jabber_google_format_to_html(jm->body);
             g_free(tmp);
         }
 }}}

 My guess is that something may have broken in the parsing when Marcus
 split up google.c into separate files.  Which wouldn't actually fix the
 reported issue here, but would fix the regression in behavior in 2.7.4 :)

-- 
Ticket URL: <http://developer.pidgin.im/ticket/12829#comment:2>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list