What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help: Events] OnEvent_AddContact (Add Contact)?

[Help: Events] OnEvent_AddContact (Add Contact)?
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Help: Events] OnEvent_AddContact (Add Contact)?
This can be done using the Xniff ActiveXControl.

You need to listen for the RML packet

This is being sent from the Client to the Server
quote:
RML 24 67\r\n
<ml><d n="domain.com"><c n="username" l="1" t="1"/> </d></ml>

The server responds with:
quote:
RML 24 OK\r\n

Once you receive the last packet then the server has removed the contact from the list.

Adding of contacts is very similar.

This is being sent from the Client to the Server
quote:
ADL 29 67\r\n
<ml><d n="domain.com"><c n="username" l="1" t="1"/> </d></ml>

The server responds with:
quote:
ADL 29 OK\r\n

However this is more and I am not sure what its for:

This is being sent from the Client to the Server
quote:
FQY 30 61\r\n
<ml l="2"><d n="domain.com"><c n="username" l="1" t="1"/> </d></ml>

The server responds with:
quote:
ADL 30 56\r\n
<ml><d n="domain.com"><c n="username" l="1" t="1"/> </d></ml>

This post was edited on 04-30-2007 at 06:06 AM by matty.
04-30-2007 05:47 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help: Events] OnEvent_AddContact (Add Contact)? - by XP1 on 04-20-2007 at 08:08 PM
RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by deAd on 04-20-2007 at 08:54 PM
RE: RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by XP1 on 04-20-2007 at 08:57 PM
RE: RE: RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by deAd on 04-20-2007 at 09:04 PM
RE: RE: RE: RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by XP1 on 04-20-2007 at 11:48 PM
RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by markee on 04-21-2007 at 12:27 AM
RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by roflmao456 on 04-21-2007 at 04:41 AM
RE: RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by XP1 on 04-30-2007 at 05:21 AM
RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by matty on 04-30-2007 at 05:47 AM
RE: RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by XP1 on 04-30-2007 at 05:52 AM
RE: [Help: Events] OnEvent_AddContact (Add Contact)? - by matty on 04-30-2007 at 06:10 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On