23 lines
865 B
XML
23 lines
865 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<plugin>
|
||
|
<class>net.processone.plugin.openfire.ExporterXEP227</class>
|
||
|
|
||
|
<name>User Import Export XEP-0227</name>
|
||
|
<description>Enables import and export of user data</description>
|
||
|
<author>Vidal Santiago Martinez (original plugin: Ryan Graham)</author>
|
||
|
<version>0.0.1</version>
|
||
|
<date>03/08/2009</date>
|
||
|
<minServerVersion>3.5.0</minServerVersion>
|
||
|
|
||
|
<adminconsole>
|
||
|
<tab id="tab-users">
|
||
|
<sidebar id="user-import-export" name="Import & Export XEP-0227 compliant ">
|
||
|
<item id="import-export-selection" name="User Import & Export XEP-0227 compliant"
|
||
|
url="import-export-selection.jsp"
|
||
|
description="Allows the importing and exporting of Openfire user data in a XEP-0227 format." />
|
||
|
</sidebar>
|
||
|
</tab>
|
||
|
</adminconsole>
|
||
|
</plugin>
|