pidgin: 0462ef30: Add the all-important contactInfo child.
qulogic at pidgin.im
qulogic at pidgin.im
Sun Dec 5 04:12:58 EST 2010
----------------------------------------------------------------------
Revision: 0462ef3072cf2d01a3fcdd5c96067e897b1c78b6
Parent: efbc57de2e1fe5b417e4b3243860f06b4471dfb3
Author: qulogic at pidgin.im
Date: 12/05/10 03:49:33
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0462ef3072cf2d01a3fcdd5c96067e897b1c78b6
Changelog:
Add the all-important contactInfo child.
Changes against parent efbc57de2e1fe5b417e4b3243860f06b4471dfb3
patched libpurple/protocols/msn/contact.c
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/contact.c f0a5014b8df87e4a3a96d896cd1e3a8561e0e27a
+++ libpurple/protocols/msn/contact.c e2b915e020d185a852a6b70eb7b4b2697c8d124d
@@ -1611,6 +1611,7 @@ msn_annotate_contact(MsnSession *session
MsnSoapPartnerScenarioText[MSN_PS_SAVE_CONTACT], -1);
contact = xmlnode_get_child(state->body, "Body/ABContactUpdate/contacts/Contact");
+ xmlnode_insert_child(contact, contact_info);
if (user) {
xmlnode *contactId = xmlnode_new_child(contact, "contactId");
More information about the Commits
mailing list