[Pidgin] #4631: msimprpl normalize should lookup user IDs not on buddy list

Pidgin trac at pidgin.im
Sat Jan 12 14:57:08 EST 2008


#4631: msimprpl normalize should lookup user IDs not on buddy list
---------------------+------------------------------------------------------
 Reporter:  jeff     |       Owner:  jeff 
     Type:  patch    |      Status:  new  
 Priority:  minor    |   Milestone:       
Component:  MySpace  |     Version:  2.3.1
 Keywords:           |     Pending:  0    
---------------------+------------------------------------------------------
 #2802 implements msim_normalize, so you can IM user 6221 and a buddy
 window will popup named "tom", but only if you have tom on your buddy
 list. If you don't, we should lookup the user ID from the server.

 However, this is difficult to do because msim_normalize expects a reply
 immediately, and msim_lookup_user works by sending a request to the
 server, then calling a provided callback function when the reply is
 received. It wouldn't be best to block the whole program waiting for a
 reply from msim_normalize. Maybe prpl_info->normalize could be made
 asynchronous?

-- 
Ticket URL: <http://developer.pidgin.im/ticket/4631>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list