plugin.xml 778 Bytes
Newer Older
Gaston Dombiak's avatar
Gaston Dombiak committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8"?>
<plugin>

    <!-- Main plugin class -->
    <class>org.jivesoftware.messenger.plugin.ContentFilterPlugin</class>
    
    <!-- Plugin meta-data -->
Matt Tucker's avatar
Matt Tucker committed
8
    <name>Content Filter</name>
Gaston Dombiak's avatar
Gaston Dombiak committed
9 10 11
    <description>Scans message packets for defined patterns</description>
    <author>Conor Hayes</author>
    <version>1.0</version>
Matt Tucker's avatar
Matt Tucker committed
12
    <date>07/02/2005</date>
Gaston Dombiak's avatar
Gaston Dombiak committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26
    <minServerVersion>2.2.0</minServerVersion>
    
    <!-- UI extension -->
    <adminconsole>		
		<tab id="tab-server">
			<sidebar id="sidebar-server-settings">
				<item id="contentfilter-props-edit-form" name="Content Filter"
					url="contentfilter-props-edit-form.jsp"
					description="Click to configure content filter" />
			</sidebar>
        </tab>
    </adminconsole>
    
</plugin>