Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A plugin is a Jar file. It is placed in the directory ${prefix}/share/java/sipXecs/sipXrest/plugin. Each plugin has a file : plugin.xml that indicates the behavior of the plugin,
its main ( Plugin ) class and other aspects of its behavior.

Plugin Jar Structure
-java package
-plugin.xml

Note: plugin.xml is NOT in the java package

Here is what that plugin.xml descriptor file contains :

...