Create v8.conf.xml
This commit is contained in:
parent
58ba80e989
commit
f751189447
|
|
@ -0,0 +1,13 @@
|
|||
<configuration name="v8.conf" description="Google V8 JavaScript Plug-Ins">
|
||||
<settings>
|
||||
<!-- <param name="startup-script" value="startup1.js"/> -->
|
||||
<!-- <param name="startup-script" value="startup2.js"/> -->
|
||||
<!-- <param name="xml-handler-script" value="directory.js"/> -->
|
||||
<!-- <param name="xml-handler-bindings" value="directory"/> -->
|
||||
<!-- <hook event="CUSTOM" subclass="sofia::register" script="catch-event.js"/> -->
|
||||
<!-- <hook event="CHANNEL_HANGUP" script="hangup-event.js"/> -->
|
||||
</settings>
|
||||
<modules>
|
||||
<!-- <load module="mod_v8_skel"/> -->
|
||||
</modules>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue