[Pidgin] #6302: libpurple doesn't download msn display pictures at login ...

Pidgin trac at pidgin.im
Sat Jul 12 18:51:51 EDT 2008


#6302: libpurple doesn't download msn display pictures at login ...
-------------------------+--------------------------------------------------
  Reporter:  visionkrew  |       Owner:  QuLogic                               
      Type:  defect      |      Status:  new                                   
  Priority:  minor       |   Milestone:                                        
 Component:  MSN         |     Version:                                        
Resolution:              |    Keywords:  msn,missing,display,picture,buddy,icon
   Pending:  1           |  
-------------------------+--------------------------------------------------
Comment (by QuLogic):

 It looks like you're getting an ILN command instead of NLN. I don't get
 any of those anymore, so perhaps the servers are in some sort of
 transition period. I should have fixed both of those commands in
 [0c821870b36ed3ba7154cae73378b33e18b814bd].

 However, it looks like there's a trailing space on the ILN command. I'm
 not sure if `g_strsplit` will return an extra empty string for that. Try
 changing line 993 in notification.c from:
 {{{
         if (cmd->param_count == 7)
 }}}
 to
 {{{
         if (cmd->param_count >= 7)
 }}}

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


More information about the Tracker mailing list