<?xml version="1.0" encoding="UTF-8"?>
<!--
Plugin configuration for the broadcast plugin.
-->
<plugin>
<class>org.jivesoftware.openfire.plugin.UserCreationPlugin</class>
<name>User Creation</name>
<description>Creates users and populates rosters.</description>
<author>Jive Software</author>
<version>1.1</version>
<date>4/12/2007</date>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.3.0</minServerVersion>
<adminconsole>
<tab id="tab-users">
<sidebar id="sidebar-users">
<item id="users-creation" name="Users Creation"
url="users-creation.jsp"
description="Quickly create users and populate their rosters" />
</sidebar>
</tab>
</adminconsole>
</plugin>
-
Jay Kline authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8947 b35dd754-fafc-0310-a699-88a17e54d16e
bead2b24