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

<plugin>
4
   <class>org.jivesoftware.openfire.plugin.ImportExportPlugin</class>
Ryan Graham's avatar
Ryan Graham committed
5

6 7 8
   <name>User Import Export</name>
   <description>Enables import and export of user data</description>
   <author>Ryan Graham</author>
9
   <version>2.3.0</version>
10
   <date>2/19/2010</date>
11
   <minServerVersion>3.7.0</minServerVersion>
Ryan Graham's avatar
Ryan Graham committed
12

13 14 15 16 17
   <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"
18
                  description="Allows the importing and exporting of Openfire user data." />
19 20 21
         </sidebar>
      </tab>
   </adminconsole>
22
</plugin>