--- a/libpurple/protocols/msn/contact.h Sun Jul 12 22:40:54 2009 +0000 +++ b/libpurple/protocols/msn/contact.h Mon Jul 13 05:01:42 2009 +0000 @@ -232,6 +232,17 @@ "</contactInfo>"\ "</Contact>" +#define MSN_CONTACT_INVITE_MESSAGE_XML \ + "<MessengerMemberInfo>"\ + "<PendingAnnotations>"\ + "<Annotation>"\ + "<Name>MSN.IM.InviteMessage</Name>"\ + "<Value>%s</Value>"\ + "</Annotation>"\ + "</PendingAnnotations>"\ + "<DisplayName>%s</DisplayName>"\ + "</MessengerMemberInfo>" + #define MSN_ADD_CONTACT_TEMPLATE "<?xml version=\"1.0\" encoding=\"utf-8\"?>"\ "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\""\ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""\ @@ -290,6 +301,7 @@ "<fGenerateMissingQuickName>true</fGenerateMissingQuickName>"\ "<EnableAllowListManagement>true</EnableAllowListManagement>"\ "</groupContactAddOptions>"\ + "%s"\ "</ABGroupContactAdd>"\ "</soap:Body>"\ "</soap:Envelope>"