plugin.xml 781 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>

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

   <name>User Import Export</name>
   <description>Enables import and export of user data</description>
   <author>Ryan Graham</author>
9 10 11
   <version>2.4.0</version>
   <date>09/13/2013</date>
   <minServerVersion>3.9.0</minServerVersion>
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 Openfire user data." />
         </sidebar>
      </tab>
   </adminconsole>
</plugin>