1

Possible Duplicate:
How to write a browser plugin?

I'm doing my master thesis, my topic is to develop a firefox plugin for MiniSIP application(its a open source VOIP application) on linux platform. Basically i need to use the sip stack of the MiniSIP source code for my devlopment. I need to develop a new firefox plugin based VOIP application along with a new web-based GUI for the plugin. And the MiniSIP Source code was written in C++. Is there any good firefox plugin development tutorial available or any plugin development tool there to aided with my developemnt. I never developed a plugin before, so it would be helpful if someone suggest few ideas to progress with.

Community
  • 1
  • 1
arun arun
  • 147
  • 1
  • 2
  • 5

1 Answers1

1

Take a look into mozilla plug in development page. These tools might help you in your task.

You can also see this reference page for details.

BЈовић
  • 62,405
  • 41
  • 173
  • 273