Shoutbox

Is that possible? - 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: Is that possible? (/showthread.php?tid=53178)

Is that possible? by dr_o on 11-22-2005 at 05:38 AM

Hi all :D

I would like to create (for learning purposes) a reporting tool.
The tool will help to extract data from a group of bots (MSN messenger) to
the client (MSN messenger).   
Now I saw there are several ways to create a bot that will be active in MSN messenger, I could find a way to easily add new buttons and new messenger based window (like MSN today) until a friend told me about PLUS!
So my Question to you, “Is that possible?”
On the client site I would like to be able to press a button and open a new type of “application” to interact with multiple bots and after some data processing display the processed data on a messenger based window, meaning I wouldn’t like that each interaction with a different bot would require a new conversion window to be opened (that the user will see).

Thanks allot to all repliers
Dr O


RE: Is that possible? by Itsme-HcK on 11-22-2005 at 07:35 AM

Don't you just mean the normal convo's?


RE: Is that possible? by CookieRevised on 11-22-2005 at 02:37 PM

quote:
Originally posted by dr_o
I would like to create (for learning purposes) a reporting tool.
The tool will help to extract data from a group of bots (MSN messenger) to
the client (MSN messenger).   
Now I saw there are several ways to create a bot that will be active in MSN messenger, I could find a way to easily add new buttons and new messenger based window (like MSN today) until a friend told me about PLUS!
So my Question to you, “Is that possible?”
On the client site I would like to be able to press a button and open a new type of “application” to interact with multiple bots and after some data processing display the processed data on a messenger based window, meaning I wouldn’t like that each interaction with a different bot would require a new conversion window to be opened (that the user will see).
With Messenger Plus! (an addon for MSN Messenger) you can create plugins. These plugins run on top of Messenger Plus!. This means that each user that wants to run a specific plugin, also needs Messenger Plus!... In other words you're running a plugin for an addon for MSN Messenger...

Although you can do a lot with plugins for Messenger Plus!, they have their limitations.

The things you want to do are possible to create with a plugin for Messenger Plus!, but you wouldn't benefit from it that much because all the functions you want to perform must be programmed directly onto the "Messenger object" using the Messenger API. Or even using the MSN Messenger protocol directly (if you don't want conversation windows shown, etc).

So your best bet is to directly create your own addon for MSN Messenger, or even creating your own client which logs in onto the MSN Messenger servers using the MSN Messenger protocol and using its own .NET Passport.

Thus, in short, yes it is possible. But you would be better of to directly make your own MSN Messenger addon or Messenger client. The only benefit from doing this via a Messenger Plus! plugin is that it will be started up automatically with Messenger Plus! and that you can add a special command to invoke the "bot-talking", there isn't much else you can benefit from from the plugin system... for what you want.

;)