[Request] Get contact's messenger version - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Request] Get contact's messenger version (/showthread.php?tid=72626) [Request] Get contact's messenger version by nunoperalta on 03-13-2007 at 08:52 PM
Hi! RE: [Request] Get contact's messenger version by xsylvain2 on 03-13-2007 at 10:57 PM
Me too, I am interested, but in the French forum, a similar question was posted and they said that it was not possible. RE: [Request] Get contact's messenger version by deAd on 03-14-2007 at 12:08 AM They'd need to have the script too. RE: [Request] Get contact's messenger version by the DtTvB on 03-14-2007 at 01:42 AM
quote: I don't think they would need to... I think the client information is also sent. Maybe that's why Messenger can say This user does not support shared folder / winks / handwritten messages, etc. Basically, I just don't know how to do it. That was just an idea. RE: RE: [Request] Get contact's messenger version by deAd on 03-14-2007 at 02:16 AM
quote:Well that's if you're going to packet sniff things Easier way would be to just use something that sent them a certain message, and if they had the script it'd send the info back..but they'd need the script :/ [Request] Get contact's messenger version by nunoperalta on 03-14-2007 at 05:28 PM
quote: Yes... but it is not good.... =/ RE: [Request] Get contact's messenger version by vikke on 03-14-2007 at 05:41 PM
You cannot see which Messenger client/version your contact uses. You can only see which protocol version the contact uses. RE: RE: [Request] Get contact's messenger version by nunoperalta on 03-14-2007 at 11:57 PM
quote: but we can try do something like this =) RE: [Request] Get contact's messenger version by TheSteve on 03-15-2007 at 12:14 AM
If you can obtain your contact's Client ID, you can determine the protocol version and supported features. RE: [Request] Get contact's messenger version by felipEx on 03-15-2007 at 01:52 AM maybe Messenger Discovery stores that information ? RE: [Request] Get contact's messenger version by TheSteve on 03-15-2007 at 05:00 AM All of messenger's network traffic goes through Messenger Discovery's socket hook. So yes, it is very likely that it looks at the Client ID. RE: RE: [Request] Get contact's messenger version by xsylvain2 on 03-15-2007 at 02:18 PM
quote: Ok, it is possible, but how to make a script which can recognize this information? A script is only used or one needs another programs? RE: [Request] Get contact's messenger version by JimmyK on 03-21-2007 at 05:29 PM
Sorry to drag this thread back up, but it was never really clear whether this feature impossible using only a script? RE: [Request] Get contact's messenger version by vikke on 03-21-2007 at 05:58 PM
To read the sockets, you can use Xniff. It's an API which you can use in your scripts, to read/edit socket information. Search the forums for examples. RE: [Request] Get contact's messenger version by CookieRevised on 03-21-2007 at 08:16 PM
quote:neither can. What they do is not getting the client version, as that is impossible; the protocol does not support that. What they do is getting the so called 'client id'. This is a number which represents what the client can do (and what not). But it does not indicate a version number at all. Although you could 'guess' what client version they are using based upon the supported features returned by the 'client id', but this is in no way a garantueed method. quote: RE: RE: [Request] Get contact's messenger version by vikke on 03-22-2007 at 02:17 PM
quote: RE: [Request] Get contact's messenger version by JimmyK on 03-22-2007 at 11:12 PM
quote: I guess that could be it... although aMSN has had a 100% success rate so far... admittedly it's only been tried with my mates who have MSN 7.5 and WLM 8.0 though, which I suppose would work well with the method you suggested. could be getting it from the client id quote: RE: RE: [Request] Get contact's messenger version by CookieRevised on 03-24-2007 at 04:14 AM
quote:It probably uses this yes, but that doesn't mean it is waterproof. Eg: it is possible for a client to use a previous protocol version. Also, third party clients use those IDs values, and it speaks for its own that those are not "msn messenger" or "window live messenger" version something. It just means they are compatible with protocol version something and support certain features (or not). RE: [Request] Get contact's messenger version by nunoperalta on 07-05-2007 at 03:03 AM
so... anyone is doing or had tried to do this script? =P... RE: [Request] Get contact's messenger version by nunoperalta on 10-30-2007 at 10:15 PM i want this scriiiiiiiiiiiipt |