Personal tools

Talk:MSN Protocol Version 12

From MSNPiki

NOT

I received this block of data from the server recently and it was not documented yet, so here is the data, as is, no modification.

NOT 870 <NOTIFICATION id="0" siteid="45705" siteurl="http://storage.msn.com"><TO pid="0x0:0x80B48777" name="not_a_real_m_ail@hotmail.com" ><VIA agent="messenger"/></TO><MSG id="0"><SUBSCR url="s.htm"/><ACTION url="a.htm"/><BODY><NotificationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  <ComponentHandle>    <ResourceID>A0E2B54B99BACB68!105</ResourceID>  </ComponentHandle>  <OwnerCID>-6853716346598143128</OwnerCID>  <LastModifiedDate>2006-03-21T22:46:30.9670000-08:00</LastModifiedDate>  <HasNewItem>true</HasNewItem>  <ComponentSummary>    <Component xsi:type="Profile">      <ResourceID>A0E2B54B99BACB68!105</ResourceID>    </Component>  </ComponentSummary></NotificationData></BODY></MSG></NOTIFICATION>


and here is the content modified for easier understanding:

<NOTIFICATION id="0" siteid="45705" siteurl="http://storage.msn.com">
  <TO pid="0x0:0x80B48777" name="not_a_real_m_ail@hotmail.com" >
    <VIA agent="messenger"/>
  </TO>
  <MSG id="0"><SUBSCR url="s.htm"/>
  <ACTION url="a.htm"/>
  <BODY>
<NotificationData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ComponentHandle>
    <ResourceID>A0E2B54B99BACB68!105</ResourceID>
  </ComponentHandle>
  <OwnerCID>-6853716346598143128</OwnerCID>
  <LastModifiedDate>2006-03-21T22:46:30.9670000-08:00</LastModifiedDate>
  <HasNewItem>true</HasNewItem>
  <ComponentSummary>
    <Component xsi:type="Profile">
      <ResourceID>A0E2B54B99BACB68!105</ResourceID>
    </Component>
  </ComponentSummary>
</NotificationData>
  </BODY>
  </MSG>
</NOTIFICATION>

ADC

When a contact added me I received the following command:

ADC 0 RL N=contact@domain.com F=friendlyname 1\r\n

There appears to be a number after the variable parameters. vdboor 07:04, 28 Jul 2006 (NZST)

Reference