Shoutbox

Capture all incomming Messages ? - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Capture all incomming Messages ? (/showthread.php?tid=31579)

Capture all incomming Messages ? by awpross on 09-16-2004 at 12:55 AM

I'd like to create my own Plugin for MessengerPlus.

Does anybody know how to capture all incomming messages and not only those with special commands like the "ReceiveNotify" function.


RE: Capture all incomming Messages ? by matty on 09-16-2004 at 01:38 AM

You can use the Messenger Api using the History even other then that Plus! wont give you the text sent and or recieved. Recieve Notify will only respond to messages that it is ment to respond to. (The messages that start with the  then the 5 chars)


RE: Capture all incomming Messages ? by awpross on 09-16-2004 at 07:43 AM

Is there any description about the messenger api? I searched the internet but i only found informations about the API of Messenger 4.6 and 4.7


RE: Capture all incomming Messages ? by CookieRevised on 09-16-2004 at 08:15 AM

http://www.msnfanatic.com/index.php?module=pagema...2&MMN_position=7:7


RE: Capture all incomming Messages ? by GaZ on 09-16-2004 at 09:52 PM

btw, fanatics forums are down as we are in the middle of moving hosts but they will be back up asap
Regards
GaZ

MSNFanatic Admin


RE: Capture all incomming Messages ? by awpross on 09-25-2004 at 12:01 PM

I tried a lot and found a way to capture all incomming messages with the Messenger API. I used the createwindow event to enumerate throug the messenger Windows and a Timer which captures all Messages with the history function every 200 ms. This works fine but sometimes it won't work after starting my Application and I have to restart the Messenger a few times.

Has somebody an idea how it could work without the need to enumerate throug all windows and capture the complete history every few seconds. I'm Using Messenger 6.2 and VB



I Love my Talking Messenger !!


RE: Capture all incomming Messages ? by Incarnate on 09-25-2004 at 12:49 PM

What do you mean by capture?


RE: Capture all incomming Messages ? by Tochjo on 09-25-2004 at 02:34 PM

He wants to intercept/catch/get all incoming messages.


RE: Capture all incomming Messages ? by Shadow Brujah on 05-10-2005 at 12:53 PM

So, anyone know how to do it?
I want to develop my own plugin too, and i need to capture all conversations.

Anyone have a sample code of how to do it?
Thanks


RE: Capture all incomming Messages ? by Stigmata on 05-10-2005 at 03:51 PM

:) packet sniffing :)

http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=53191&lngWId=1

search for MSG command :p
then using the split function to get the text, and then speech api to say it :)

once apon a time, i made excatly what you want :)


RE: Capture all incomming Messages ? by Dempsey on 05-10-2005 at 03:54 PM

or you could use the Active Accesability APIs


RE: Capture all incomming Messages ? by Shadow Brujah on 05-10-2005 at 04:34 PM

Thanks, i guess it will be usefull... I've looking different ways to do it, like direct MSN API, but now i guess the result will be better.

Thanks you.

quote:
Originally posted by Stigmata
:) packet sniffing :)

http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=53191&lngWId=1

search for MSG command :p
then using the split function to get the text, and then speech api to say it :)

once apon a time, i made excatly what you want :)

Man, thanks again for you help, but i'm having problems to parse the text.

Check this out:

--------------------
MSG 621 U 93
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: me@hotmail.com




MSG 622 U 93
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: me@hotmail.com




MSG 623 N 159
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Trebuchet%20MS; EF=B; CO=4000; CS=0; PF=22

Let's ride?

MSG 624 U 93
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: me@hotmail.com




MSG 625 N 142
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Trebuchet%20MS; EF=B; CO=4000; CS=0; PF=22

By motorcycle?

MSG 626 U 93
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: me@hotmail.com




MSG 627 N 128
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Trebuchet%20MS; EF=B; CO=4000; CS=0; PF=22

:P

MSG 628 U 93
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: me@hotmail.com




MSG 629 N 137
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Trebuchet%20MS; EF=B; CO=4000; CS=0; PF=22

How about today?

MSG she@hotmail.com Lena 96
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: she@hotmail.com




MSG she@hotmail.com Lena 141
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=GoudyOlSt%20BT; EF=B; CO=800000; CS=0; PF=12

hahahahahhaha

MSG she@hotmail.com Lena 96
MIME-Version: 1.0
Content-Type: text/x-msmsgscontrol
TypingUser: she@hotmail.com




MSG she@hotmail.com Lena 131
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=GoudyOlSt%20BT; EF=B; CO=800000; CS=0; PF=12

Ok, nice
--------------

I can capture all text messages, ok.
I can know the contact who sent the message to me... no problem.
I can parse the "typing" message and know my own e-mail address.

BUT:
I can't know my own Nickname
I can't know TO WHO my messages will be send

If i'm talking to 2 or more contacts, the packages of conversations are mixed, and i can't see a way to parse this information correctly.

Can you give me another Help?

Thanks