<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <copyright> <![CDATA[ /* ========================================================================== */ /* imspector.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2011 Scott Ullrich <sullrich@gmail.com> Copyright (C) 2011 Bill Marquette <billm@gmail.com> Copyright (C) 2007 Ryan Wagoner <rswagoner@gmail.com> All rights reserved. */ /* ========================================================================== */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ ]]> </copyright> <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>imspector</name> <version>20111108</version> <title>Services: IMSpector</title> <savetext>Save</savetext> <include_file>/usr/local/pkg/imspector.inc</include_file> <menu> <name>IMSpector</name> <tooltiptext>Set IMSpector settings such as protocols to listen on.</tooltiptext> <section>Services</section> <url>/services_imspector_logs.php</url> </menu> <service> <name>imspector</name> <rcfile>imspector.sh</rcfile> <executable>imspector</executable> <description><![CDATA[Instant Messenger transparent proxy]]></description> </service> <tabs> <tab> <text>Settings</text> <url>/pkg_edit.php?xml=imspector.xml&id=0</url> <active/> </tab> <tab> <text>Replacements</text> <url>/pkg_edit.php?xml=imspector_replacements.xml&id=0</url> </tab> <tab> <text>Access Lists</text> <url>/pkg.php?xml=imspector_acls.xml</url> </tab> <tab> <text>Log</text> <url>/imspector_logs.php</url> </tab> <tab> <text>Sync</text> <url>/pkg_edit.php?xml=imspector_sync.xml</url> </tab> </tabs> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/imspector_sync.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/imspector_replacements.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/imspector_acls.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/imspector.inc</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/imspector_logs.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/services_imspector_logs.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/imspector-dev/services_imspector_logs2.php</item> </additional_files_needed> <fields> <field> <name>General Settings</name> <type>listtopic</type> </field> <field> <fielddescr>Enable IMSpector</fielddescr> <fieldname>enable</fieldname> <type>checkbox</type> </field> <field> <fielddescr>Interfaces</fielddescr> <fieldname>iface_array</fieldname> <description><![CDATA[<strong>Generally select internal interface(s) like LAN</strong><br> You can use the CTRL or COMMAND key to select multiple interfaces.]]></description> <type>interfaces_selection</type> <size>3</size> <required/> <value>lan</value> <multiple>true</multiple> </field> <field> <fielddescr>Listen on protocols</fielddescr> <fieldname>proto_array</fieldname> <description><![CDATA[<strong>NOTE: Gtalk/Jabber-SSL requires SSL certificates.</strong><br> You can use the CTRL or COMMAND key to select multiple protocols.]]></description> <type>select</type> <size>7</size> <required/> <multiple>true</multiple> <options> <option><name>MSN</name><value>msn</value></option> <option><name>ICQ/AIM</name><value>icq</value></option> <option><name>Yahoo</name><value>yahoo</value></option> <option><name>IRC</name><value>irc</value></option> <option><name>Jabber</name><value>jabber</value></option> <option><name>Gtalk/Jabber-SSL</name><value>jabber-ssl</value></option> <option><name>Gadu-Gadu</name><value>gadu-gadu</value></option> </options> </field> <field> <fielddescr>SSL CA Certificate</fielddescr> <fieldname>ssl_ca_cert</fieldname> <description> Choose the SSL CA Certficate here. </description> <type>select_source</type> <source><![CDATA[imspector_get_ca_certs()]]></source> <source_name>descr</source_name> <source_value>refid</source_value> </field> <field> <fielddescr>SSL Certificate</fielddescr> <fieldname>ssl_server_cert</fieldname> <description> Choose the SSL Server Certificate here. </description> <type>select_source</type> <source><![CDATA[imspector_get_server_certs()]]></source> <source_name>descr</source_name> <source_value>refid</source_value> </field> <field> <name>Logging</name> <type>listtopic</type> </field> <field> <fielddescr>Enable file logging</fielddescr> <fieldname>log_file</fieldname> <description>Log files stored in /var/imspector.</description> <type>checkbox</type> </field> <field> <fielddescr>Report limit</fielddescr> <fieldname>reportlimit</fieldname> <description>Max entries to fetch from log dir(s). Default is 50</description> <type>input</type> <size>10</size> </field> <field> <fielddescr>Report template</fielddescr> <fieldname>template</fieldname> <description>Template to use on reports</description> <type>select</type> <required/> <options> <option><name>Default Template</name><value>services_imspector_logs.php</value></option> <option><name>0guzcan Template</name><value>services_imspector_logs2.php</value></option> </options> </field> <field> <fielddescr>Enable mySQL logging</fielddescr> <fieldname>log_mysql</fieldname> <description>Make sure to specify your MySQL credentials below.</description> <type>checkbox</type> </field> <field> <fielddescr>mySQL server</fielddescr> <fieldname>mysql_server</fieldname> <type>input</type> <size>35</size> </field> <field> <fielddescr>mySQL database</fielddescr> <fieldname>mysql_database</fieldname> <type>input</type> <size>35</size> </field> <field> <fielddescr>mySQL username</fielddescr> <fieldname>mysql_username</fieldname> <type>input</type> <size>35</size> </field> <field> <fielddescr>mySQL password</fielddescr> <fieldname>mysql_password</fieldname> <type>password</type> <size>35</size> </field> </fields> <custom_php_validation_command> validate_form_imspector($_POST, &$input_errors); </custom_php_validation_command> <custom_php_resync_config_command> sync_package_imspector(); </custom_php_resync_config_command> <custom_php_deinstall_command> deinstall_package_imspector(); </custom_php_deinstall_command> <filter_rules_needed>imspector_generate_rules</filter_rules_needed> </packagegui>