I'm looking for some help to write a new plugin. I'd like to be able to pass an incoming message text, contact name, and date/time it was received off to my iphone via push notification. The easiest way to do this is to send the message data over to Prowl (http://prowl.weks.net) via its API's. I can see a couple of options:
1 - Use the .Net library from http://prowldotnet.codeplex.com/ and http://prowl.weks.net/api.php to build a "real" miranda plugin.
2 - Build a miranda plugin that can pass the message data off to a windows batch file. In this batch file I can then use perl or growlnotify to send the data to my iPhone via prowl.
I am clueless on how to program this though as I have never written a miranda plugin. My thoughts were to start with something like the trigger plugin, keyboard notify plugin, or message notify plugin as a base and modify it.
Ideally I'd like the plugin to let me choose which protocol(s) and status(s). For example, if my jabber protocol is in the AWAY status then send the incoming message to my iphone via prowl.
Is anyone up to the challenge to build such a plugin for MIM v9 x64?

Reply With Quote

Bookmarks