plugin.xml 740 Bytes
Newer Older
Ryan Graham's avatar
Ryan Graham committed
1 2 3 4 5 6
<?xml version="1.0" encoding="UTF-8"?>

<plugin>
    <class>org.jivesoftware.messenger.plugin.ImportExportPlugin</class>

	<name>User Import Export</name>
7
    <description>Enables import and export of user data.</description>
Ryan Graham's avatar
Ryan Graham committed
8
    <author>Ryan Graham</author>
Ryan Graham's avatar
Ryan Graham committed
9
    <version>1.0.1</version>
10
    <date>06/30/2005</date>
11
    <minServerVersion>2.1.4</minServerVersion>
Ryan Graham's avatar
Ryan Graham committed
12 13 14 15 16 17 18 19 20 21 22

    <adminconsole>
        <tab id="tab-users">
			<sidebar id="user-import-export" name="Import &amp; Export">
				<item id="import-export-selection" name="User Import &amp; Export"
					url="import-export-selection.jsp"
					description="Allows the importing and exporting of Messenger user data." />			   
            </sidebar>
        </tab>
    </adminconsole>
</plugin>