[Pidgin] #9733: 2.5.8 -> Contact Stays blocked in Pidgin, despite being unblocked in other MSN clients

Pidgin trac at pidgin.im
Wed Jul 22 22:52:42 EDT 2009


#9733: 2.5.8 -> Contact Stays blocked in Pidgin, despite being unblocked in other
MSN clients
----------------------------------------------------------------+-----------
 Reporter:  tigerfishdaisy                                      |        Owner:  khc
     Type:  defect                                              |       Status:  new
Milestone:                                                      |    Component:  MSN
  Version:  2.5.8                                               |   Resolution:     
 Keywords:  UnBlocked User does not  stay unblocked in Pidgin.  |  
----------------------------------------------------------------+-----------

Comment(by tigerfishdaisy):

 Well, I just googled EmailMember, and I think it may have something to do
 with this....

 http://code.google.com/p/phpmsnclass/source/browse/trunk/phpmsnclass/msn.class.php

 {{{
                     if (strpos($sMember, '<Type>Email</Type>') === false)
 continue;
                     // Value is 32: or 32:YAHOO
 preg_match('#<Annotation><Name>MSN.IM.BuddyType</Name><Value>(.*):(.*)</Value></Annotation>#',
 $sMember, $matches);
                     if (count($matches) == 0) continue;
                     if ($matches[1] != 32) continue;
                     $network = 32;
                     preg_match('#<Email>(.*)</Email>#', $sMember,
 $matches);
 }}}

 Does Pidgin MSN handle this case correctly (EMailMember, Annotation not
 set?)

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


More information about the Tracker mailing list