Question about MsgPlus API - 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: Question about MsgPlus API (/showthread.php?tid=25952) Question about MsgPlus API by Sastira on 05-24-2004 at 09:05 PM
I am thinking about writing a plugin that will analyze incoming packets, and, based on what they contain, perform different actions, such as: RE: Question about MsgPlus API by Dempsey on 05-24-2004 at 09:07 PM
quote:No it doesn't RE: Question about MsgPlus API by Ezra on 05-24-2004 at 09:16 PM But a patch can! because the protocol does support this. However this is illegal RE: Question about MsgPlus API by CookieRevised on 05-24-2004 at 09:34 PM
quote:So, yet another "Notifier"? ... I still didn't found one I realy liked quote:You don't need a patch for this. Actually a patch can't do anything concearning this. It's either a plugin (yes it IS possible though (combination of packet sniffing and a plugin), see the link above) or an addon... RE: Question about MsgPlus API by Mnjul on 05-25-2004 at 01:05 AM Currently the best one I've used is the OpenConvo thing...the actual listening-to-port program isn't a messenger plugin (but some kind of third-party port listener, listening to the two (open/close) special messages) but the DLL does receieve messages from the port listener and then display corresponding Messenger Plus! toasts... Plus! API documentation itself doesn't provide the platform for you to do this RE: Question about MsgPlus API by lhunath on 05-25-2004 at 08:57 AM
So what you do is, u get an opensource packet sniffer, fiddle with the code and get rid of all u don't need, then insert a check for BYE packets etc.. and build events on those..... |